Started by
redfrogcrab
on
Topic category: Help with Minecraft modding (Java Edition)
Hi
Im trying to make my own custom trees, how do you make it so that your custom leaves don't decompose, or at least not when placed with your custom log?
Is their a plugin to make this kind of stuff easier to do?
Unrelated: How do I make a lilly pad-like block
You have to use the leaves block base for your custom leaves and then add your custom log to minecraft:logs
How do I do that?
Do this to your custom leaf block,
then add your custom log block to this tag
Go to your tags tab on mcreator
Click "Add Common Tags" and add the Logs tag and the Leaves tag
Add your custom logs to the logs tag and your custom leaves to the leaves tag.
Hey that worked!
thanks a lot