Started by
LemmingsAndSuch
on
Topic category: Help with modding (Java Edition)
I want to create a block that turns into another block when burned. It's basically a wall of sticks similar to mangrove roots which can be decorated in leaves. I want the leafy variant to turn back into the undecorated variant when it burns, as if the leaf covering burned away. Is this possible?
you can check for when a neighbor block changes and if it's fire then you can swap the unburnt block to the burnt variant
That would update if it detects fire nearby, not when the block itself burns. Still might be worth using as a temporary solution, thanks