How Can I Make Custom Leaves Decay When Not Connected To The Specific Custom Log?

Started by Loza on

Topic category: Help with modding (Java Edition)

Last seen on 19:37, 27. Dec 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Can I Make Custom Leaves Decay When Not Connected To The Specific Custom Log?

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?

Last seen on 03:38, 30. Dec 2023
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a tag called "logs" set…
Mon, 12/14/2020 - 02:22

Add a tag called "logs"

set it up to look like this:

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