Started by
Ravendreams
on
Topic category: Help with Minecraft modding (Java Edition)
I've been able to create new biomes and dimesions, but every time I set a custom tree through the Mcreator software, the leaves keep despawning on the trees. I'm not sure how to fix this or what I'm doing wrong
First, are you using the built in vanilla trees on the biome screen, the built in custom trees on the biome screen, or spawning trees as structures on your biome?
If you're using actual leaves as the leaf block, you need an actual log for the stem block (can be any wood/leaves combo though)
If your log is a custom log block, make sure to create a Tag Element called "logs", on minecraft namespace, and add your log block, so leaves can stay attached to it.
I read something about making a custom tag element for the log block but I don't believe I understood it correctly since what I tried didn't work.
Could you please explain it in full detail so that I can understand it better, as I think that is where I'm having the difficulties.
I made a custom log block, custom leaf block and tried using custom trees in the biome screen selecting my custom blocks for the tree, but when i went in and tested it the leaves were just despawning onto the ground.
I've figured out what I was doing wrong, thank you for the help but I got if fixed now.