- removed empty depricated function [Massimo Cantú]
- Fixed compile issues [Massimo Cantú]
- allowed "only_if_loaded" to use arrays [Massimo Cantú]
- Added texture overrides to soil properties [Massimo Cantú]
- fixed bugs [Massimo Cantú]
- Update mangrove_seed.png [Massimo Cantú]
- fixed surface roots state generator [Max Hyper]
- added texture overrides to species [Max Hyper]
- Added textureOverride and modelOverride properties [Max Hyper]
- Update mangrove_seed.png [Massimo Cantú]
- Fixed warped mushroom sapling model [Max Hyper]
- Added textureOverride and modelOverride properties to families, species, leavesProperties and SoilProperties. These are used for Data generation to allow compatiblity with mods that have unusual model and texture locations.
- Update mangrove seed item texture
- fixed surface roots state generator
- Fixed BlockEntity error spam in console
- Updated cherry item texture
- Updated cherry tree worldgen
- Fixed names of cherry tree seed, branch and species
- Fixed trees sometimes not spawning where they should (especially affected cherry groves)
- Fixed crash when player is killed by a falling tree
- Other minor fixes
Update to 1.20.1
- Added Dynamic Cherry Blossom Trees
- Modified Cherry Grove biomes to generate with Dynamic Cherry Blossom Trees!
- Added mangrove trees!
- Modified mangrove swamps to generate with mangrove trees (Warning, this is still an early beta and there could be many bugs! please report them on the discord server)
Fixed crash when villages are modified by other mod Fixed "only_if_loaded" property not applying
- Var name fix [Harley]
- Fix cocoa not dropping [Harley]
- Test update [Harley]
- Bump to beta 7 [Harley]
- Fix #801 (tree pool element not using DT namespace) [Harley]
- Fix listResources to include high priority resources only [Harley]
- Update .gitignore [Massimo Cantú]
- Update gradle.properties [Massimo Cantú]
- fixed vines not staying on leaves [Massimo Cantú]
- changed type references to tags [Massimo Cantú]
- fixed biome overrides not working [Massimo Cantú]
- allowed snow to be placed on dynamic leaves [Massimo Cantú]
- fixed treepacks not respecting order [Massimo Cantú]
- fixed windswept forests [Max Hyper]
- Merge pull request #800 from djsimmonds/develop/1.19.2 [Max Hyper]
- fix heightmap assignment in DynamicTreeFeature.java [djsimmonds]
Fixes:
- Fix with heightmap that prevented proper generation of trees on addons with floating islands
- Fixed windswept order generation
- Fixed treepacks not respecting load order
- Allowed snow and vines to be placed on leaves
- Fixed biome overrides not working
Changes:
- Updated chinese translation (thanks Jasön)
- Fixed console error with cocoa species
- Fix with heightmap that prevented proper generation of trees on addons with floating islands
- Bump to beta 5 [Harley]
- Fix #795 [Harley]
- Bump to BETA 4, fix auto update tool [Harley]
- Fix burgeoning potion not lingering [Harley]
- Change version type to beta [Harley]
Bug Fixes
- Fix splice before/after operation for biome database selectors
Bug Fixes
- Fix BiomeDatabase#reset (#787)
- Fix worldgen to match how it was in 1.18
Technical Changes
- Load feature cancellations on reload (rather than setup event)
- Swtich tag applier to accept regex
- Port to 1.19.2
- Mangroves are NOT ready yet.
- Added texture property for leaves
- Added "categories" property to biome deserializers
- Minor crash fix
Fixes:
- Fixed oak trees spawning in places they shouldn't
Technical:
- Updated seed class to allow for cleaner inheritance