Can I make a block turn a different block after burning down

Started by Mikelogist on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I make a block turn a different block after burning down

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?

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make it check on…
Sat, 03/15/2025 - 07:08

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.

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks ima try that, but i…
Sat, 03/15/2025 - 09:59

Thanks ima try that, but i think i should calculate the tick based on the flammability of the block

thanks