DynamicTreesTeam / DynamicTrees

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

Rework drops to use loot tables #706

Closed Harleyoc1 closed 2 years ago

Harleyoc1 commented 2 years ago

This PR reworks drops, replacing the drop creator system with one fully dependent on Vanilla's loot tables. This will allow loot modifiers to be used to modify tree drops, and is also much more intuitive for users who have previously used loot tables and wish to change tree drops as opposed to the tree itself.

It should be noted that this PR will break compatibility with all add-ons and tree packs that require drops, such that their drop creators will no longer be read and hence the trees will no longer drop anything. As such, this should not be merged/released until such a time that all add-ons are also ready for a compatibility update.

Features

Closes #671