Files
Pumpkin/pumpkin
Eshan I. cbc8af5d2d fix(block): bleach fire coral blocks when they dry out (#2571)
get_dead_coral_block_type mapped FIRE_CORAL_BLOCK to itself rather than
to DEAD_FIRE_CORAL_BLOCK, so a fire coral block left out of water stayed
alive forever while the other four colours bleached normally. The two
sibling tables for fans and plants both map it correctly.

The same table feeds BlockMetadata::ids, so this also stops the block
being registered twice and registers DEAD_FIRE_CORAL_BLOCK, which was
missing from the list.
2026-07-30 14:22:40 +02:00
..