mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-11 05:19:18 -04:00
Reduced Lava Caves Spawn Chance (#1021)
* Lava Caves * Fixed the unintended change
This commit is contained in:
parent
a0663d7338
commit
7d0147af2a
@ -3,10 +3,9 @@
|
|||||||
.maxHeight = -640,
|
.maxHeight = -640,
|
||||||
.minHeight = -48250,
|
.minHeight = -48250,
|
||||||
.fogDensity = 20,
|
.fogDensity = 20,
|
||||||
|
.chance = 0.1,
|
||||||
.fogColor = 0x51240c,
|
.fogColor = 0x51240c,
|
||||||
|
|
||||||
.caves = -0.03,
|
.caves = -0.03,
|
||||||
|
|
||||||
.stoneBlock = "cubyz:obsidian",
|
.stoneBlock = "cubyz:obsidian",
|
||||||
.stripes = .{
|
.stripes = .{
|
||||||
.{
|
.{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user