diff --git a/pumpkin-world/src/generation/surface/terrain.rs b/pumpkin-world/src/generation/surface/terrain.rs index 45911ad4d..6eda64929 100644 --- a/pumpkin-world/src/generation/surface/terrain.rs +++ b/pumpkin-world/src/generation/surface/terrain.rs @@ -180,7 +180,7 @@ impl SurfaceTerrainBuilder { } } - const SNOW_BLOCK: Block = Block::SNOW; + const SNOW_BLOCK: Block = Block::SNOW_BLOCK; const PACKED_ICE: Block = Block::PACKED_ICE; #[expect(clippy::too_many_arguments)]