mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
disable borked cave generation
This commit is contained in:
parent
8c728f9650
commit
650ea55a14
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue