File Details
[NeoForge 1.21-1.21.1] v0.13
- B
- Feb 4, 2025
- 3.84 MB
- 709
- 1.21.1+1
- NeoForge
File Name
fallingtrees-neoforge-0.13-1.21.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
Version 0.13 Beta
User Changelog
- Added error handling when destroying tree.
Dependency Updates
- Updated pandalib 0.4.2 -> 0.5
Config Update
- Renamed
standardTreeconfig togenericTree - Renamed
extraBlockFilterconfig toadjacentBlockFilter - Changed
maxLeavesRadiusdefault value 10 -> 7 - Removed
shouldFallOnMaxLogAmountas it became redundant with the new algorithm changes to Generic Tree - Renamed
onlyFallWithRequiredTooltorequireTool - Removed
mushroomTreefilters, this is now handled internally - Removed
adjacentBlockFilterfrom 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
TreeRegistryto use deferred registration - Removed
TreeTypeRegistry.classin favor of deferred registration - Replaced
BlockStateMixinwithBlockBehaviourMixin - Moved
MakeTreeFallmethod fromEventHandlerto newTreeHandlerclass - Renamed
standardTree.classtogenericTree.class - Renamed
standardTreeConfig.classtogenericTreeConfig.class - Renamed
Tree.classtoTreeType.class - Split
MushroomTree.classup intoRedMushroomTree.classandBrownMushroomTree.class

