disable borked cave generation

This commit is contained in:
griffi-gh 2024-05-02 16:51:03 +02:00
parent 8c728f9650
commit 650ea55a14

View file

@ -34,7 +34,7 @@ impl WorldGenStep for CaveStep {
if noise_min > 0.5 { return }
gen.place(ivec3(x, y, z), Block::Air);
//gen.place(ivec3(x, y, z), Block::Air);
}
}
}