Started by
Loza
on
Topic category: Help with Minecraft modding (Java Edition)
Basically I want to make a tree that spawns as a structure, but I want it to decay if it is not connected to the the log. If I try to add the trees through a custom biome they decay no matter what. But if I add them through a custom structure they do not decay. How can I make them decay just like vanilla trees?
Add a tag called "logs"
set it up to look like this:
then add your logs where it says DeathblossomLogs and stuff. I took this screenshot from one of my mods im working on.
For adding the trees to structures your going to want to use commands or the debug stick to enable decaying through blockstates