熊猫砍树模组 (Pandas Falling Trees)
这个模组使得每一棵树都像【Dynamic trees】( Minecraft 的树木。
这个模组应该支持其他模组,如果原木和树叶方块是原木和树叶块标签的一部分。
展示:
 method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21.4
类型: NeoForge
Beta
下载次数: 148
[Fabric 1.21.4] v0.13
fallingtrees-fabric-0.13-1.21.4.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21.4
类型: Fabric
Beta
下载次数: 433
[NeoForge 1.21.2-1.21.3] v0.13
fallingtrees-neoforge-0.13-1.21.2.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21.2, 1.21.3
类型: NeoForge
Beta
下载次数: 38
[Fabric 1.21.2-1.21.3] v0.13
fallingtrees-fabric-0.13-1.21.2.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21.2, 1.21.3
类型: Fabric
Beta
下载次数: 74
[Fabric 1.21-1.21.1] v0.13
fallingtrees-fabric-0.13-1.21.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21, 1.21.1
类型: Fabric
Beta
下载次数: 669
[NeoForge 1.21-1.21.1] v0.13
fallingtrees-neoforge-0.13-1.21.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.21, 1.21.1
类型: NeoForge
Beta
下载次数: 136
[NeoForge 1.20.5-1.20.6] v0.13
fallingtrees-neoforge-0.13-1.20.5.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.20.5, 1.20.6
类型: NeoForge
Beta
下载次数: 45
[Fabric 1.20.5-1.20.6] v0.13
fallingtrees-fabric-0.13-1.20.5.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 60
[Forge 1.20-1.20.4] v0.13
fallingtrees-forge-0.13-1.20.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 710
[Fabric 1.20-1.20.4] v0.13
fallingtrees-fabric-0.13-1.20.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 688
[Fabric 1.19.2] v0.13
fallingtrees-fabric-0.13-1.19.2.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 48
[Forge 1.19.2] v0.13
fallingtrees-forge-0.13-1.19.2.jar下载0.13#Beta
# Version 0.13 Beta
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
## User Changelog
* Added error handling when destroying tree.
### Dependency Updates
* Updated pandalib 0.4.2 -> 0.5
### Config Update
* Renamed `standardTree` config to `genericTree`
* Renamed `extraBlockFilter` config to `adjacentBlockFilter`
* Changed `maxLeavesRadius` default value 10 -> 7
* Removed `shouldFallOnMaxLogAmount` as it became redundant with the new algorithm changes to Generic Tree
* Renamed `onlyFallWithRequiredTool` to `requireTool`
* Removed `mushroomTree` filters, this is now handled internally
* Removed `adjacentBlockFilter` from the Generic Tree config, this will be handled internally temporarily.
### Algorithm Update
* Highly improved the Generic Tree's tree detection algorithm by using the Breadth-first search (BFS) method.
* Chorus Plants will now only fall from the mined block and above, leaving the blocks under the mined block.
## Developer Notes
* Changed `TreeRegistry` to use deferred registration
* Removed `TreeTypeRegistry.class` in favor of deferred registration
* Replaced `BlockStateMixin` with `BlockBehaviourMixin`
* Moved `MakeTreeFall` method from `EventHandler` to new `TreeHandler` class
* Renamed `standardTree.class` to `genericTree.class`
* Renamed `standardTreeConfig.class` to `genericTreeConfig.class`
* Renamed `Tree.class` to `TreeType.class`
* Split `MushroomTree.class` up into `RedMushroomTree.class` and `BrownMushroomTree.class`
展开
版本: 0.13
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 124
[NeoForge 1.21-1.21.1] v0.12.7
fallingtrees-neoforge-0.12.7-1.21.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
展开
版本: 0.12.7
支持游戏: 1.21, 1.21.1
类型: NeoForge
Beta
下载次数: 15,424
[Fabric 1.21-1.21.1] v0.12.7
fallingtrees-fabric-0.12.7-1.21.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
展开
版本: 0.12.7
支持游戏: 1.21, 1.21.1
类型: Fabric
Beta
下载次数: 83,716
[NeoForge 1.20.5-1.20.6] v0.12.7
fallingtrees-neoforge-0.12.7-1.20.5.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
展开
版本: 0.12.7
支持游戏: 1.20.5, 1.20.6
类型: NeoForge
Beta
下载次数: 946
[Fabric 1.20.5-1.20.6] v0.12.7
fallingtrees-fabric-0.12.7-1.20.5.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
* **Dependency Updates**
* Updated pandalib 0.3 -> 0.4.2
展开
版本: 0.12.7
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 1,165
[Fabric 1.20-1.20.4] v0.12.7
fallingtrees-fabric-0.12.7-1.20.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib
* **Dependency Updates**
* Updated pandalib
展开
版本: 0.12.7
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 50,584
[Forge 1.20-1.20.4] v0.12.7
fallingtrees-forge-0.12.7-1.20.jar下载0.12.7#Beta
## Version 0.12.7 Changelog
* **Dependency Updates**
* Updated pandalib
* **Dependency Updates**
* Updated pandalib
展开
版本: 0.12.7
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 65,553
[Forge 1.20-1.20.4] v0.12.6
fallingtrees-forge-0.12.6-1.20.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 408
[Fabric 1.20-1.20.4] v0.12.6
fallingtrees-fabric-0.12.6-1.20.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 366
[Fabric 1.20.5-1.20.6] v0.12.6
fallingtrees-fabric-0.12.6-1.20.5.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 92
[NeoForge 1.20.5-1.20.6] v0.12.6
fallingtrees-neoforge-0.12.6-1.20.5.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.20.5, 1.20.6
类型: NeoForge
Beta
下载次数: 66
[NeoForge 1.21-1.21.1] v0.12.6
fallingtrees-neoforge-0.12.6-1.21.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.21, 1.21.1
类型: NeoForge
Beta
下载次数: 276
[Fabric 1.21-1.21.1] v0.12.6
fallingtrees-fabric-0.12.6-1.21.jar下载0.12.6#Beta
## Version 0.12.6 Changelog
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
* **Bug Fixes**
* Fixed the Player null pointer bug causing crashes.
* Fixed items not taking damage properly when chopping trees and not causing food exhaustion.
展开
版本: 0.12.6
支持游戏: 1.21, 1.21.1
类型: Fabric
Beta
下载次数: 534
[Forge 1.20-1.20.4] 0.12.5
fallingtrees-forge-0.12.5-1.20.jar下载0.12.5#Beta
## Version 0.12.5 Changelog
* **Bug Fixes**
* Fixed a typo where the Ht's treechop version was set to 1.18.5 and not 0.18.5
* **Bug Fixes**
* Fixed a typo where the Ht's treechop version was set to 1.18.5 and not 0.18.5
展开
版本: 0.12.5
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 8,795
[Fabric 1.20-1.20.4] 0.12.5
fallingtrees-fabric-0.12.5-1.20.jar下载0.12.5#Beta
## Version 0.12.5 Changelog
* **Bug Fixes**
* Fixed a typo where the Ht's treechop version was set to 1.18.5 and not 0.18.5
* **Bug Fixes**
* Fixed a typo where the Ht's treechop version was set to 1.18.5 and not 0.18.5
展开
版本: 0.12.5
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 15,169
[Fabric 1.20] 0.12.4
fallingtrees-fabric-0.12.4-1.20.jar下载0.12.4#Beta
## Version 0.12.4 Changelog
* **Bug Fixes**
* Set supported treechop version to 0.18.5, to support the latest version of treechop
* Note: The latest supported release of treechop version is set to the wrong version internally, this should fix it.
* **Bug Fixes**
* Set supported treechop version to 0.18.5, to support the latest version of treechop
* Note: The latest supported release of treechop version is set to the wrong version internally, this should fix it.
展开
版本: 0.12.4
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 220
[Forge 1.20] 0.12.4
fallingtrees-forge-0.12.4-1.20.jar下载0.12.4#Beta
## Version 0.12.4 Changelog
* **Bug Fixes**
* Set supported treechop version to 0.18.5, to support the latest version of treechop
* Note: The latest supported release of treechop version is set to the wrong version internally, this should fix it.
* **Bug Fixes**
* Set supported treechop version to 0.18.5, to support the latest version of treechop
* Note: The latest supported release of treechop version is set to the wrong version internally, this should fix it.
展开
版本: 0.12.4
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 260
[NeoForge 0.12.3] 1.21
fallingtrees-neoforge-0.12.3-1.21.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 5,618
[Fabric 0.12.3] 1.21
fallingtrees-fabric-0.12.3-1.21.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.21
类型: Fabric
Beta
下载次数: 25,699
[NeoForge 0.12.3] 1.20.5-1.20.6
fallingtrees-neoforge-0.12.3-1.20.5.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.20.5, 1.20.6
类型: NeoForge
Beta
下载次数: 974
[Fabric 0.12.3] 1.20.5-1.20.6
fallingtrees-fabric-0.12.3-1.20.5.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 987
[Fabric 0.12.3] 1.20-1.20.4
fallingtrees-fabric-0.12.3-1.20.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 2,840
[Forge 0.12.3] 1.20-1.20.4
fallingtrees-forge-0.12.3-1.20.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 1,047
[Fabric 0.12.3] 1.19.2
fallingtrees-fabric-0.12.3-1.19.2.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 1,951
[Forge 0.12.3] 1.19.2
fallingtrees-forge-0.12.3-1.19.2.jar下载0.12.3#Beta
## Version 0.12.3 Changelog
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
* **Bug Fixes**
* Fixed issue Access Widener not getting injected properly
展开
版本: 0.12.3
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 62,733
Falling Trees 0.12.2-1.21
fallingtrees-neoforge-0.12.2-1.21.jar下载0.12.2-1.21#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.21
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 814
Falling Trees 0.12.2-1.21
fallingtrees-fabric-0.12.2-1.21.jar下载0.12.2-1.21#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.21
支持游戏: 1.21
类型: Fabric
Beta
下载次数: 497
Falling Trees 0.12.2-1.20.5
fallingtrees-neoforge-0.12.2-1.20.5.jar下载0.12.2-1.20.5#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.20.5
支持游戏: 1.20.5, 1.20.6
类型: NeoForge
Beta
下载次数: 87
Falling Trees 0.12.2-1.20.5
fallingtrees-fabric-0.12.2-1.20.5.jar下载0.12.2-1.20.5#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.20.5
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 88
Falling Trees 0.12.2-1.20
fallingtrees-fabric-0.12.2-1.20.jar下载0.12.2-1.20#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.20
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 521
Falling Trees 0.12.2-1.20
fallingtrees-forge-0.12.2-1.20.jar下载0.12.2-1.20#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.20
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 358
Falling Trees 0.12.2-1.19.2
fallingtrees-forge-0.12.2-1.19.2.jar下载0.12.2-1.19.2#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.19.2
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 168
Falling Trees 0.12.2-1.19.2
fallingtrees-fabric-0.12.2-1.19.2.jar下载0.12.2-1.19.2#Beta
## Version 0.12.2 Changelog
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
* **General Updates**
* NeoForge Support (1.20.5+)
* 1.21 Support
* HT's Treechop support code temporarily removed until updated past 1.20.1 (1.20.4 and below won't be affected)
* **License Update:**
* Every update from this update and onwards will be licensed under the GNU LGPLv3
展开
版本: 0.12.2-1.19.2
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 114
Panda's Falling Tree's 0.12.1
fallingtrees-0.12.1-forge-1.20.jar下载0.12.1#Beta
## Version 0.12.1 Changelog
#### Fixes:
* Fixed Mining speed not changing to default when crouching
#### Fixes:
* Fixed Mining speed not changing to default when crouching
展开
版本: 0.12.1
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6
类型: Forge
Beta
下载次数: 16,928
Panda's Falling Tree's 0.12.1
fallingtrees-0.12.1-fabric-1.20.jar下载0.12.1#Beta
## Version 0.12.1 Changelog
#### Fixes:
* Fixed Mining speed not changing to default when crouching
#### Fixes:
* Fixed Mining speed not changing to default when crouching
展开
版本: 0.12.1
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 57,506
Panda's Falling Tree's 0.12.1
fallingtrees-0.12.1-forge-1.19.2.jar下载0.12.1#Beta
## Version 0.12.1 Changelog
#### Fixes:
* Fixed Mining speed not changing to default when crouching
#### Fixes:
* Fixed Mining speed not changing to default when crouching
展开
版本: 0.12.1
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 1,306
Panda's Falling Tree's 0.12.1
fallingtrees-0.12.1-fabric-1.19.2.jar下载0.12.1#Beta
## Version 0.12.1 Changelog
#### Fixes:
* Fixed Mining speed not changing to default when crouching
#### Fixes:
* Fixed Mining speed not changing to default when crouching
展开
版本: 0.12.1
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 902
Panda's Falling Tree's 0.12
fallingtrees-0.12-forge-1.20.jar下载0.12#Beta
## Version 0.12 Changelog
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
展开
版本: 0.12
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 7,276
Panda's Falling Tree's 0.12
fallingtrees-0.12-fabric-1.20.jar下载0.12#Beta
## Version 0.12 Changelog
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
展开
版本: 0.12
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 13,942
Panda's Falling Tree's 0.12
fallingtrees-0.12-forge-1.19.2.jar下载0.12#Beta
## Version 0.12 Changelog
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
展开
版本: 0.12
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 1,356
Panda's Falling Tree's 0.12
fallingtrees-0.12-fabric-1.19.2.jar下载0.12#Beta
## Version 0.12 Changelog
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
#### Updated:
* Made all tree types follow the rules of config options "onlyFallWithRequiredTool" and "disableCrouchMining"
* Added config option "allowedToolFilter" to all tree types
* Improved lighting on rendered blocks
#### Fixed bugs:
* Fixed issue with client configs not staying synchronized with server (Update PandaLib to 0.2.1+)
展开
版本: 0.12
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 113
Panda's Falling Tree's 0.11
fallingtrees-0.11-forge-1.20.jar下载0.11#Beta
## Version 0.11 Changelog
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
展开
版本: 0.11
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 3,737
Panda's Falling Tree's 0.11
fallingtrees-0.11-fabric-1.20.jar下载0.11#Beta
## Version 0.11 Changelog
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
展开
版本: 0.11
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 19,548
Panda's Falling Tree's 0.11
fallingtrees-0.11-forge-1.19.2.jar下载0.11#Beta
## Version 0.11 Changelog
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
展开
版本: 0.11
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 565
Panda's Falling Tree's 0.11
fallingtrees-0.11-fabric-1.19.2.jar下载0.11#Beta
## Version 0.11 Changelog
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
#### Updated:
* Changed Common config option "minimumSpeed" to "maxSpeedMultiplication"
* Added allowed Tool Filter to config
* Added Mushroom Tree type
* Improved Rendering a bit
#### Fixed bugs:
* Fixed config file not updating or generating
* Fixed Chorus flower dropping instead of Chorus fruit
展开
版本: 0.11
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 14,953
Panda's Falling Tree's 0.10
fallingtrees-0.10-forge-1.20.jar下载0.10#Beta
## Version 0.10 Changelog
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
展开
版本: 0.10
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 3,472
Panda's Falling Tree's 0.10
fallingtrees-0.10-fabric-1.20.jar下载0.10#Beta
## Version 0.10 Changelog
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
展开
版本: 0.10
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 8,222
Panda's Falling Tree's 0.10
fallingtrees-0.10-forge-1.19.2.jar下载0.10#Beta
## Version 0.10 Changelog
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
展开
版本: 0.10
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 568
Panda's Falling Tree's 0.10
fallingtrees-0.10-fabric-1.19.2.jar下载0.10#Beta
## Version 0.10 Changelog
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
* **What's been recoded**
* API
* **What's been fixed**
* Block filter not validating correctly
* **What's been changed**
* Falling Trees now require PandaLib
* Falling Trees no longer require Cloth Config
* Made some improvements to the algorithm together with the API recode
* Removed the tree entity name popping up on screen when using Jade
* Config menu is temporarily gone (Will be added back when I have created an automatic config menu for Pandalib)
* **What's been added**
* Config settings for each tree type
* Dynamic Mining Speed
* HT's Treechop support
展开
版本: 0.10
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 407
Panda's Falling Tree's 0.9
fallingtrees-0.9-beta-forge-mc1.20.jar下载0.9#Beta
fallingtrees-0.9-beta-forge-mc1.20-sources.jar下载0.9#Beta
## Version 0.9 Changelog
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
展开
版本: 0.9
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Forge
Beta
下载次数: 34,892
Panda's Falling Tree's 0.9
fallingtrees-0.9-beta-fabric-mc1.20.jar下载0.9#Beta
fallingtrees-0.9-beta-fabric-mc1.20-sources.jar下载0.9#Beta
## Version 0.9 Changelog
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
展开
版本: 0.9
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 27,287
Panda's Falling Tree's 0.9
fallingtrees-0.9-beta-forge-mc1.19.2.jar下载0.9#Beta
fallingtrees-0.9-beta-forge-mc1.19.2-sources.jar下载0.9#Beta
## Version 0.9 Changelog
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
展开
版本: 0.9
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 1,334
Panda's Falling Tree's 0.9
fallingtrees-0.9-beta-fabric-mc1.19.2.jar下载0.9#Beta
fallingtrees-0.9-beta-fabric-mc1.19.2-sources.jar下载0.9#Beta
## Version 0.9 Changelog
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
* **What's been fixed**
* Server crash because client side only code is tried to get executed on the server
* Common config not always syncing with singleplayer
* **What's been recoded**
* Animation
* **What's been added**
* Animation config options
* Tree life length config option
展开
版本: 0.9
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 1,232
Panda's Falling Tree's 0.8-beta
fallingtrees-0.8-beta-forge-mc1.20.1.jar下载0.8-beta#Beta
fallingtrees-0.8-beta-forge-mc1.20.1-sources.jar下载0.8-beta#Beta
## Version 0.8 Changelog
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
展开
版本: 0.8-beta
支持游戏: 1.20.1, 1.20.2
类型: Forge
Beta
下载次数: 2,166
Panda's Falling Tree's 0.8-beta
fallingtrees-0.8-beta-fabric-mc1.20.1.jar下载0.8-beta#Beta
fallingtrees-0.8-beta-fabric-mc1.20.1-sources.jar下载0.8-beta#Beta
## Version 0.8 Changelog
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
展开
版本: 0.8-beta
支持游戏: 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 1,736
Panda's Falling Tree's 0.8-beta
fallingtrees-0.8-beta-forge-mc1.19.2.jar下载0.8-beta#Beta
fallingtrees-0.8-beta-forge-mc1.19.2-sources.jar下载0.8-beta#Beta
## Version 0.8 Changelog
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
展开
版本: 0.8-beta
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 201
Panda's Falling Tree's 0.8-beta
fallingtrees-0.8-beta-fabric-mc1.19.2.jar下载0.8-beta#Beta
fallingtrees-0.8-beta-fabric-mc1.19.2-sources.jar下载0.8-beta#Beta
## Version 0.8 Changelog
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
* **What's been recoded**
* Config
* **What's been fixed**
* Crash because of Tree type being null in the Tree entity
* **What's been changed**
* Config file split into 2 files Client and Common
* **What's been added**
* Added Block Filter to config
Note: I'm very sorry that I messed with the config structure again, I will try and make less big changes to the structure of the config in future updates.
展开
版本: 0.8-beta
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 587
Panda's Falling Tree's 0.7-beta
fallingtrees-0.7-beta-forge-mc1.20.1.jar下载0.7-beta#Beta
## Version 0.7 Changelog
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
展开
版本: 0.7-beta
支持游戏: 1.20.1, 1.20.2
类型: Forge
Beta
下载次数: 2,229
Panda's Falling Tree's 0.7-beta
fallingtrees-0.7-beta-forge-mc1.19.2.jar下载0.7-beta#Beta
## Version 0.7 Changelog
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
展开
版本: 0.7-beta
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 247
Panda's Falling Tree's 0.7-beta
fallingtrees-0.7-beta-fabric-mc1.20.1.jar下载0.7-beta#Beta
## Version 0.7 Changelog
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
展开
版本: 0.7-beta
支持游戏: 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 19,846
Panda's Falling Tree's 0.7-beta
fallingtrees-0.7-beta-fabric-mc1.19.2.jar下载0.7-beta#Beta
## Version 0.7 Changelog
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
**Note:** For this version i completely recoded the mod but some parts ended up getting removed in favor of better performance and less packet sending.
* **What has been recoded**
* Block detection algorithm.
* Tree rendering.
* Tree animation.
* Tree entity.
* API.
* Config.
* **What has been fixed**
* Tree fall SFX will now only get played when a log of a tree is broken.
* Tree fall SFX will now be effected by distance (Fixed by [Darien Gillespie](https://github.com/Dariensg)).
* **What has been changed**
* The tree detection algorithm now ignore persistent leaves.
* The tree fall SFX packet will now only be sent to players in a radius of 32 blocks of the tree.
* "One block mining" will now be named "Crouch mining"
* **What has been added**
* Gravity to tree entities
* **What has been removed**
* One block mining toggle keybind (Might get added back later in development)
* Dynamic mining speed (Will be added back later)
展开
版本: 0.7-beta
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 263
Panda's Falling Tree's 0.6-beta
fallingtrees-fabric-0.6-beta+mc1.20-mc1.20.2.jar下载0.6-beta#Beta
## Changelog
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
展开
版本: 0.6-beta
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 98,335
Panda's Falling Tree's 0.6-beta
fallingtrees-fabric-0.6-beta+mc1.19.2.jar下载0.6-beta#Beta
## Changelog
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
展开
版本: 0.6-beta
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 474
Panda's Falling Tree's 0.6-beta
fallingtrees-forge-0.6-beta+mc1.20-mc1.20.2.jar下载0.6-beta#Beta
## Changelog
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
展开
版本: 0.6-beta
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Forge
Beta
下载次数: 2,114
Panda's Falling Tree's 0.6-beta
fallingtrees-forge-0.6-beta+mc1.19.2.jar下载0.6-beta#Beta
## Changelog
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
* **Added**
* One block mining indicator
* Food exhaustion limit
* Limit for mining speed
* support for Bamboo and Cactus
* Russian translation by Aspirata
* **Changes**
* Updated Networking to try and fix crashes when breaking logs.
* Improved block rendering so blocks keep tint and hopefully fix more crashes.
* Improved mining speed based on log amount so one block mining takes the standard amount of time to break.
展开
版本: 0.6-beta
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 411
Panda's Falling Tree's 1.19.3-1.20.1+0.5.3-beta
fallingtrees-1.19.3-1.20.1+0.5.3-beta.jar下载1.19.3-1.20.1+0.5.3-beta#Beta
## Version 0.5.3 Changelog
* **Fixes**
* Crash when chopping trees on the server.
* Mining speed staying slow even when tree size limit is reached.
* **Changes**
* Default tree block amount limit is change from 64 to 200
* Sound effect settings moved to server side because it did not work on client.
* **Fixes**
* Crash when chopping trees on the server.
* Mining speed staying slow even when tree size limit is reached.
* **Changes**
* Default tree block amount limit is change from 64 to 200
* Sound effect settings moved to server side because it did not work on client.
展开
版本: 1.19.3-1.20.1+0.5.3-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Forge
Beta
下载次数: 12,613
Panda's Falling Tree's 1.19.3-1.20.1+0.5.3-beta
fallingtrees-1.19.3-1.20.1+0.5.3-beta.jar下载1.19.3-1.20.1+0.5.3-beta#Beta
## Version 0.5.3 Changelog
* **Fixes**
* Crash when chopping trees on the server.
* Mining speed staying slow even when tree size limit is reached.
* **Changes**
* Default tree block amount limit is change from 64 to 200
* Sound effect settings moved to server side because it did not work on client.
* **Fixes**
* Crash when chopping trees on the server.
* Mining speed staying slow even when tree size limit is reached.
* **Changes**
* Default tree block amount limit is change from 64 to 200
* Sound effect settings moved to server side because it did not work on client.
展开
版本: 1.19.3-1.20.1+0.5.3-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 19,099
Panda's Falling Tree's 1.19.3-1.20.1+0.5.2-beta
fallingtrees-1.19.3-1.20.1+0.5.2-beta.jar下载1.19.3-1.20.1+0.5.2-beta#Beta
## Version 0.5.2 Changelog
* **Fixes**
* Keybind registering on server when it should not.
* **Fixes**
* Keybind registering on server when it should not.
展开
版本: 1.19.3-1.20.1+0.5.2-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Forge
Beta
下载次数: 141
Panda's Falling Tree's 1.19.3-1.20.1+0.5.2-beta
fallingtrees-1.19.3-1.20.1+0.5.2-beta.jar下载1.19.3-1.20.1+0.5.2-beta#Beta
## Version 0.5.2 Changelog
* **Fixes**
* Keybind registering on server when it should not.
* **Fixes**
* Keybind registering on server when it should not.
展开
版本: 1.19.3-1.20.1+0.5.2-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 111
Panda's Falling Tree's 1.19.3-1.20.1+0.5.1-beta
fallingtrees-1.19.3-1.20.1+0.5.1-beta.jar下载1.19.3-1.20.1+0.5.1-beta#Beta
## Version 0.5.1 Changelog
* **Added**
* Added tree fall sound effects own volume setting in config
* **Fixes**
* The mod trying to access a private variable
* **Added**
* Added tree fall sound effects own volume setting in config
* **Fixes**
* The mod trying to access a private variable
展开
版本: 1.19.3-1.20.1+0.5.1-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Forge
Beta
下载次数: 110
Panda's Falling Tree's 1.19.3-1.20.1+0.5.1-beta
fallingtrees-1.19.3-1.20.1+0.5.1-beta.jar下载1.19.3-1.20.1+0.5.1-beta#Beta
## Version 0.5.1 Changelog
* **Added**
* Added tree fall sound effects own volume setting in config
* **Fixes**
* The mod trying to access a private variable
* **Added**
* Added tree fall sound effects own volume setting in config
* **Fixes**
* The mod trying to access a private variable
展开
版本: 1.19.3-1.20.1+0.5.1-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 64
Panda's Falling Tree's 1.19.3-1.20.1+0.5-beta
fallingtrees-1.19.3-1.20.1+0.5-beta.jar下载1.19.3-1.20.1+0.5-beta#Beta
## Version 0.5 Changelog
* **Added**
* [Jade](https://www.curseforge.com/minecraft/mc-mods/jade) Support
* Tree will only fall if a tool is used (Configurable | Default false)
* Tree Size Limiter (Configurable)
* Single block mining method (Client | Configurable | Possible: Crouch, Keybind toggle, off [off means you will have to set if your mining a single block through the config] | Default Crouch)
* Block mining speed is slower for bigger trees (Configurable)
* Tree fall sound effect
* **Changes**
* Change food exhaustion to be configurable
* Change item damage to be configurable
* **known issues**
* Tree mining speed won't change back to the default mining speed when single block mining is active.
* **Added**
* [Jade](https://www.curseforge.com/minecraft/mc-mods/jade) Support
* Tree will only fall if a tool is used (Configurable | Default false)
* Tree Size Limiter (Configurable)
* Single block mining method (Client | Configurable | Possible: Crouch, Keybind toggle, off [off means you will have to set if your mining a single block through the config] | Default Crouch)
* Block mining speed is slower for bigger trees (Configurable)
* Tree fall sound effect
* **Changes**
* Change food exhaustion to be configurable
* Change item damage to be configurable
* **known issues**
* Tree mining speed won't change back to the default mining speed when single block mining is active.
展开
版本: 1.19.3-1.20.1+0.5-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Forge
Beta
下载次数: 86
Panda's Falling Tree's 1.19.3-1.20.1+0.5-beta
fallingtrees-1.19.3-1.20.1+0.5-beta.jar下载1.19.3-1.20.1+0.5-beta#Beta
## Version 0.5 Changelog
* **Added**
* [Jade](https://www.curseforge.com/minecraft/mc-mods/jade) Support
* Tree will only fall if a tool is used (Configurable | Default false)
* Tree Size Limiter (Configurable)
* Single block mining method (Client | Configurable | Possible: Crouch, Keybind toggle, off [off means you will have to set if your mining a single block through the config] | Default Crouch)
* Block mining speed is slower for bigger trees (Configurable)
* Tree fall sound effect
* **Changes**
* Change food exhaustion to be configurable
* Change item damage to be configurable
* **known issues**
* Tree mining speed won't change back to the default mining speed when single block mining is active.
* **Added**
* [Jade](https://www.curseforge.com/minecraft/mc-mods/jade) Support
* Tree will only fall if a tool is used (Configurable | Default false)
* Tree Size Limiter (Configurable)
* Single block mining method (Client | Configurable | Possible: Crouch, Keybind toggle, off [off means you will have to set if your mining a single block through the config] | Default Crouch)
* Block mining speed is slower for bigger trees (Configurable)
* Tree fall sound effect
* **Changes**
* Change food exhaustion to be configurable
* Change item damage to be configurable
* **known issues**
* Tree mining speed won't change back to the default mining speed when single block mining is active.
展开
版本: 1.19.3-1.20.1+0.5-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 107
Panda's Falling Tree's 1.19.2+0.4.3-beta
fallingtrees-1.19.2+0.4.3-beta.jar下载1.19.2+0.4.3-beta#Beta
## Version 0.4.3 Changelog
- Port to 1.19.2
- Fixed crash when clicking my mod in the modmenu on forge
- Port to 1.19.2
- Fixed crash when clicking my mod in the modmenu on forge
展开
版本: 1.19.2+0.4.3-beta
支持游戏: 1.19.2
类型: Forge
Beta
下载次数: 1,123
Panda's Falling Tree's 1.19.2+0.4.3-beta
fallingtrees-1.19.2+0.4.3-beta.jar下载1.19.2+0.4.3-beta#Beta
## Version 0.4.3 Changelog
- Port to 1.19.2
- Fixed crash when clicking my mod in the modmenu on forge
- Port to 1.19.2
- Fixed crash when clicking my mod in the modmenu on forge
展开
版本: 1.19.2+0.4.3-beta
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 15,950
Panda's Falling Tree's 1.19.3-1.20.1+0.4.3-beta
fallingtrees-1.19.3-1.20.1+0.4.3-beta.jar下载1.19.3-1.20.1+0.4.3-beta#Beta
## Version 0.4.3 Changelog
- Made the 1.19.3 together with every version up to the current latest version.
- Made the 1.19.3 together with every version up to the current latest version.
展开
版本: 1.19.3-1.20.1+0.4.3-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Forge
Beta
下载次数: 149
Panda's Falling Tree's 1.19.3-1.20.1+0.4.3-beta
fallingtrees-1.19.3-1.20.1+0.4.3-beta.jar下载1.19.3-1.20.1+0.4.3-beta#Beta
## Version 0.4.3 Changelog
- Made the 1.19.3 together with every version up to the current latest version.
- Made the 1.19.3 together with every version up to the current latest version.
展开
版本: 1.19.3-1.20.1+0.4.3-beta
支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 191
Panda's Falling Tree's 1.20-1.20.1+0.4.2-beta
fallingtrees-1.20-1.20.1+0.4.2-beta.jar下载1.20-1.20.1+0.4.2-beta#Beta
## Version 0.4.2 Changelog
- Fixed crash when breaking trees containing none Vanilla leaves.
- Fixed crash when breaking trees containing none Vanilla leaves.
展开
版本: 1.20-1.20.1+0.4.2-beta
支持游戏: 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 2,247
Panda's Falling Tree's 1.20-1.20.1+0.4.2-beta
fallingtrees-1.20-1.20.1+0.4.2-beta.jar下载1.20-1.20.1+0.4.2-beta#Beta
## Version 0.4.2 Changelog
- Fixed crash when breaking trees containing none Vanilla leaves.
- Fixed crash when breaking trees containing none Vanilla leaves.
展开
版本: 1.20-1.20.1+0.4.2-beta
支持游戏: 1.20, 1.20.1
类型: Forge
Beta
下载次数: 153
Panda's Falling Tree's 1.19.2-1.19.3+0.4.1-beta
fallingtrees-1.19.2-1.19.3+0.4.1-beta.jar下载1.19.2-1.19.3+0.4.1-beta#Beta
Fixed Crash issue
展开
版本: 1.19.2-1.19.3+0.4.1-beta
支持游戏: 1.19.2, 1.19.3
类型: Fabric
Beta
下载次数: 81
Panda's Falling Tree's 1.19.2-1.19.3+0.4.1-beta
fallingtrees-1.19.2-1.19.3+0.4.1-beta.jar下载1.19.2-1.19.3+0.4.1-beta#Beta
Fixed Crash issue
展开
版本: 1.19.2-1.19.3+0.4.1-beta
支持游戏: 1.19.2, 1.19.3
类型: Forge
Beta
下载次数: 72
Panda's Falling Tree's 1.19.2-1.19.3+0.4-beta
fallingtrees-1.19.2-1.19.3+0.4-beta.jar下载1.19.2-1.19.3+0.4-beta#Beta
Port to 1.19.2 and 1.19.3
展开
版本: 1.19.2-1.19.3+0.4-beta
支持游戏: 1.19.2, 1.19.3
类型: Fabric
Beta
下载次数: 109
Panda's Falling Tree's 1.19.2-1.19.3+0.4-beta
fallingtrees-1.19.2-1.19.3+0.4-beta.jar下载1.19.2-1.19.3+0.4-beta#Beta
Port to 1.19.2 and 1.19.3
展开
版本: 1.19.2-1.19.3+0.4-beta
支持游戏: 1.19.2, 1.19.3
类型: Forge
Beta
下载次数: 74
Panda's Falling Tree's 1.20-1.20.1+0.4-beta
fallingtrees-1.20-1.20.1+0.4-beta.jar下载1.20-1.20.1+0.4-beta#Beta
## Version 0.4 Changelog
- Added back log and leaves block whitelist in config.
- Added block tag whitelist for log and leaves in config.
- Fixed server config Sync (Requires Server/World to restart if you wish to configure the config)
- Added back log and leaves block whitelist in config.
- Added block tag whitelist for log and leaves in config.
- Fixed server config Sync (Requires Server/World to restart if you wish to configure the config)
展开
版本: 1.20-1.20.1+0.4-beta
支持游戏: 1.20, 1.20.1
类型: Forge
Beta
下载次数: 132
Panda's Falling Tree's 1.20-1.20.1+0.4-beta
fallingtrees-1.20-1.20.1+0.4-beta.jar下载1.20-1.20.1+0.4-beta#Beta
## Version 0.4 Changelog
- Added back log and leaves block whitelist in config.
- Added block tag whitelist for log and leaves in config.
- Fixed server config Sync (Requires Server/World to restart if you wish to configure the config)
- Added back log and leaves block whitelist in config.
- Added block tag whitelist for log and leaves in config.
- Fixed server config Sync (Requires Server/World to restart if you wish to configure the config)
展开
版本: 1.20-1.20.1+0.4-beta
支持游戏: 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 139
Panda's Falling Tree's 0.3+1.20-1.20.1
fallingtrees-0.3+1.20-1.20.1.jar下载0.3+1.20-1.20.1#Beta
## Version 0.3 Changelog
- Remade the Tree detection Algorithm.
- Made automatic log detection by checking if block is part of Log BlockTag.
- Change leaves detection to if block is part of Leaves BlockTag.
- Added Food Exhaustion for each log of the tree.
- Added Block mined stat for each block of the tree.
- Added one block mining when shifting.
- Remade the Tree detection Algorithm.
- Made automatic log detection by checking if block is part of Log BlockTag.
- Change leaves detection to if block is part of Leaves BlockTag.
- Added Food Exhaustion for each log of the tree.
- Added Block mined stat for each block of the tree.
- Added one block mining when shifting.
展开
版本: 0.3+1.20-1.20.1
支持游戏: 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 231
Panda's Falling Tree's 0.3+1.20-1.20.1
fallingtrees-0.3+1.20-1.20.1.jar下载0.3+1.20-1.20.1#Beta
## Version 0.3 Changelog
- Remade the Tree detection Algorithm.
- Made automatic log detection by checking if block is part of Log BlockTag.
- Change leaves detection to if block is part of Leaves BlockTag.
- Added Food Exhaustion for each log of the tree.
- Added Block mined stat for each block of the tree.
- Added one block mining when shifting.
- Remade the Tree detection Algorithm.
- Made automatic log detection by checking if block is part of Log BlockTag.
- Change leaves detection to if block is part of Leaves BlockTag.
- Added Food Exhaustion for each log of the tree.
- Added Block mined stat for each block of the tree.
- Added one block mining when shifting.
展开
版本: 0.3+1.20-1.20.1
支持游戏: 1.20, 1.20.1
类型: Forge
Beta
下载次数: 578
Panda's Falling Trees 0.2.1+1.20-1.20.1
fallingtrees-0.2.1+1.20-1.20.1.jar下载0.2.1+1.20-1.20.1#Beta
- Made the mod compatible with both 1.20 and 1.20.1
- Fixed Mixin for forge
- Fixed Mixin for forge
展开
版本: 0.2.1+1.20-1.20.1
支持游戏: 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 131
Panda's Falling Trees 0.2.1+1.20-1.20.1
fallingtrees-0.2.1+1.20-1.20.1.jar下载0.2.1+1.20-1.20.1#Beta
- Made the mod compatible with both 1.20 and 1.20.1
- Fixed Mixin
- Fixed Mixin
展开
版本: 0.2.1+1.20-1.20.1
支持游戏: 1.20, 1.20.1
类型: Forge
Beta
下载次数: 167
Panda's Falling Trees 0.2-1.20
fallingtrees-0.2-1.20.jar下载0.2-1.20#Beta
Fixed Entity renderer not rendering sometimes
展开
版本: 0.2-1.20
支持游戏: 1.20
类型: Fabric
Beta
下载次数: 64
Panda's Falling Trees 0.2-1.20.1
fallingtrees-0.2-1.20.1.jar下载0.2-1.20.1#Beta
Fixed Entity renderer not rendering sometimes
展开
版本: 0.2-1.20.1
支持游戏: 1.20.1
类型: Fabric
Beta
下载次数: 91
Panda's Falling Trees 0.1
fallingtrees-0.1.jar下载0.1#Beta
展开
版本: 0.1
支持游戏: 1.20, 1.20.1
类型: Fabric
Beta
下载次数: 151
收录