diff --git a/kubi-shared/src/worldgen/_03_caves.rs b/kubi-shared/src/worldgen/_03_caves.rs index 5e6d73e..f77d11a 100644 --- a/kubi-shared/src/worldgen/_03_caves.rs +++ b/kubi-shared/src/worldgen/_03_caves.rs @@ -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); } } }