DynamicTreesTeam / DynamicTrees

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

Purge Trees command not cleaning up related attached blocks. #663

Closed ferreusveritas closed 2 years ago

ferreusveritas commented 2 years ago

Description The dt command "purgeTrees" does not remove adjacent snow layers, vines, roots.

Fruit blocks seem to be properly destroyed(presumably because it's a tree part)

Other mods have attached blocks that are also not considered but this is less important: bee hives(phc, rustic) bird nests(exotic birds).

The destruction process started by the command does not notify adjacent blocks for performance reasons so explicit block checks during the purge may be necessary.

To Reproduce Find a snow covered spruce or vine covered jungle tree. Run the '/dt purgeTrees' command and observe the remaining floating blocks.

Mods List This shouldn't be affected by other mods aside from those that attach blocks to the tree.

Versions