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

Started by Mikelogist on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Mar 2024
Points:
145

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
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?

Active 1 day ago
Joined Nov 2019
Points:
878

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 335
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.

Active 5 months ago
Joined Mar 2024
Points:
145

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
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