HT's TreeChop

HT's TreeChop

3M Downloads

Tropicraft leaves don't break

WenXin20 opened this issue ยท 3 comments

commented

Minecraft v1.19.2
Forge v43.2.7
Tropicraft v9.5.1

Many of Tropicraft leaves blocks, such as Palm Leaves, are not chopped down even though they are included in the treechop:leaves_like tag and igonore_persistant_leaves = false. Their leaves don't seem to despawn on their own either.

commented

Hey Wen, thanks for reporting, I really appreciate it! Sometimes the problem with persistent leaves is that they aren't directly adjacent to the tree's logs, so they don't get detected. I'll post an update in the next few days that should fix some of these detection issues, though there might still be some floating leaves that will need more work to fix

commented

Thanks! Also to note, the leaves were directly adjacent to the logs

commented

This should be fixed in 0.18.3, but I haven't tested Tropicraft trees on Minecraft 1.19.2.

Now, if you run into leaves-related issues for other kinds of trees, you might be able to solve them by editing config/treechop.toml, see the section trees.problematicLeavesTrees in treechop-common.toml. The "tropicraft:.*_log(_.*)?" and "tropicraft:.*_leaves(_.*)?" entries tell TreeChop to do more intensive tree detection for Tropicraft logs. I'll add some more documentation for this in the wiki.