This commit is contained in:
Alexander Medvedev
2025-06-23 17:03:16 +02:00
parent 83555e0dee
commit 0df97ad3aa

View File

@@ -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)]