Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with datapack trees #311

Open
Mirxie2 opened this issue Jan 15, 2025 · 1 comment
Open

issue with datapack trees #311

Mirxie2 opened this issue Jan 15, 2025 · 1 comment

Comments

@Mirxie2
Copy link

Mirxie2 commented Jan 15, 2025

i was recently on the datapack version of wwoo (https://modrinth.com/datapack/william-wythers-overhauled-overworld-(datapack) and chopping the 3 wide dark oak trees it adds also chops many of the treetops of other trees surrounding it

image

@hammertater
Copy link
Owner

It sounds like an issue with the datapack. Leaves blocks have a hidden "distance" value that says how far they are from their parent tree, it's used to decide when leaves should decay. That's what TreeChop uses to decide which tree each leaves block belongs to. If those values aren't set correctly, this kind of issue happens.

You can check by pressing F3 and looking at leaves blocks. Look for a "distance" value on the right, it should vary between 1 and 7. Like so:

Image

If the distance values are all the same, you could report this to the WWOO devs.

Also, the config file treechop-common.toml has a maxBreakLeavesDistance setting, you can lower that if you want but it's gonna cause some trees to leave behind floating leaves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants