Started by
Mikelogist
on
Topic category: Help with Minecraft modding (Java Edition)
Can I make a block turn a different block after burning down? Like a wallpaper who can burn, but will then turn to concrete after burning?
Topic category: Help with Minecraft modding (Java Edition)
Can I make a block turn a different block after burning down? Like a wallpaper who can burn, but will then turn to concrete after burning?
You could make it check on block tick (enable block tick, can be less than the normal 20 ticks for burning effect) lets say it ticks 5 times every second, make it have a 1% chance to replace itself with another block if there is a fire block on top, below, left, right, front, or behind.
Thanks ima try that, but i think i should calculate the tick based on the flammability of the block
thanks