Started by
NOYB
on
Topic category: Help with MCreator software
I made a custom tree for my mod and created a growing procedure for it. But leaves start breaking when it grows up. How can I stop this?
Topic category: Help with MCreator software
I made a custom tree for my mod and created a growing procedure for it. But leaves start breaking when it grows up. How can I stop this?
Change the block base from leaves to normal block. And then make it transparent
Add tag to this block called "leaves" and add tag to your log block tag "logs". And be sure to do your tag to "minecraft", not "forge" or "mod". I tried this already and it's working. If something is not clear, go to minecraft wiki: https://minecraft.gamepedia.com/Tag#Block_tags and look at block tags.
Thanks for the detailed instructions, İt now works smoothly. Thank you very much.