Started by
_Pierrewer_
on
Topic category: Help with Minecraft modding (Java Edition)
Hi ! i made my custom leaves with the uptade tick for decaying but when i generate a new world the leaves on the tree disappear instantly.
How can i fix that please ?
Thanks !
I know a way you can make leaves decable but does not decay at the start:
So, fist, you are going to need to add the logs tag, and you are going to put your logs in it.
later, you need your leaves to have base block as leaves, and you need to stop your procedure from happening.
If your tree is custom, you can look up the area and put this command: /fill x y z x y z leaves replace leaves
with the second and first leaves being your leaves, that will make them decay when not near a log block.
But when you invididually place your leaves, they won't every decay. And as you probably have already your log in log tag, natural trees won't decay either.
ok thanks but now i have another problem my leave are decaying when i break the logs but all the leaves instatly decaying and not one by one.
How can i change that ?
i don't really know, but this tutorial might help: MCreator Tutorial: How to make Trees that Grow - Part 1 | 2020.3, there are other parts, so watch it
Thank you but i've already watch every possible tutorial so now i need to try different things.
Show a picture of your log, everything about your leaves, including every procedure.