The Apple Tree Update
New Features
- Added German, Russian and Ukranian lang translations
- Added Apple Trees
- Proper support for passable leaves mod
- Normalized seed drop rate for worlds that have modified randomTickSpeed(helps with too many seeds on ground)
- Halved the drop of voluntary seeds but doubled the plant rate of seeds on ground(fewer seeds on ground, but forests spread rate not impacted)
API Features
- Added TreeBuilder to API
- Added drop creator registry system for adding and removing tree drops for individual trees or globally
- Added addAcceptableSoil(...) function to Species class so mods can add dirt blocks to trees from other mods
Bugs Fixed
- Workaround for Better Foliage bug. Thanks mangoose3039
- Fixed bug where species growth functionality wasn't being respected.
- Fix for issue #36(Compatibility with Better With Mods "Hardcore Lumber")
- Fixed world generation bug when there's no ground
- Fixed client crash with rooty dirt block color multiplier
- Fix crash involving TNT
- Fixed problem with trees not growing in multiplayer.