DynamicTreesTeam / DynamicTrees

Minecraft Forge mod providing dynamic trees that progressively grow from seed to maturity.
MIT License
231 stars 98 forks source link

Move generateDirtBucketRecipes setting to common config #639

Closed copygirl closed 2 years ago

copygirl commented 2 years ago

This moves the generateDirtBucketRecipes setting from server to common config, which is required due to an issue where the setting can't actually be loaded in time for it to actually take effect, essentially making it useless (until /reload is run manually). See #630 for more details.

Confirmed that a custom build fixes the issue in my modpack.