Files
Pumpkin/pumpkin
Mcxiaocaibug 5bc4e1bd67 fix(block): melt snow layers under high block light (#2419)
* fix(block): melt snow layers under high block light

Snow layers never melted because the block had no random_tick handler.
Mirror vanilla SnowLayerBlock.randomTick: on a random tick, remove the
layer when the block light level at its position exceeds 11 (e.g. from
a nearby torch).

Fixes #2179

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* style: apply rustfmt
2026-07-20 10:17:40 +02:00
..