Dynamic Trees

Dynamic Trees

25M Downloads

[Minor Issue] Trees that has no supporting does not break.

Water-Moon opened this issue ยท 2 comments

commented

DT Version: 1.12.2-0.9.4
MC Version: 1.12.2
Forge 14.23.5.2815

Something like this happened everywhere after the use of World Edit or /setblock command:
2019-03-25_06 13 30
or like this:
image

Or, sometimes caused by structure generation:
image

Maybe add a check to see if the root block exists each time the tree updates?

commented

This is caused by those block changes not properly updating the blocks near them. However, this could be an acceptable solution.

commented

The update comes from the root block, not any of the branches. So this won't work. Setting/destroying the tree blocks with a setblock command is not a proper interaction and not supported by this mod.