mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -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 }
|
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