Started by
Pedro_Sachetti
on
Topic category: Help with Minecraft modding (Java Edition)
I maded a biome with my own leaves, and they decoy with or without the log, so in one time, every tree in my custom biome will be without leaves, so, please help me.
(I'm using Mcreator 2020.2 in 1.14.4)
okay so, you need to create a tag(it's its own element) under minecraft and name it logs. Then put your log block under it
I already tried that
Have you created a procedure for the leaves?
No?
I'm not sure how this would look with the pre-done MCreator trees, but with structures you need to do /setblock ~ ~ ~ (leaves)[distance=X] or they're either break with a log or won't decay ever.
But I'm using the pre-done Mcreator's trees
i'm thinking this may be a bug, since leaves have many properties maybe mcrreator is using the default which decays. open a ticket in the Issue Tracker.
thanks
In addition to the "logs" tag, did you add the "leaves" tag to the leaves?
did you change the namespace on the tag to "minecraft"?