Version 0.13.1 Beta
Bug Fix
- Fixed crash when starting to mine trees that are too big to be processed
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



