diff --git a/mapgen.lua b/mapgen.lua index eb35fd19f39df0a037823431f7b8a293e36e16e1..b693b98a4edd59f5838c2bea5e71d2c697cb1632 100644 --- a/mapgen.lua +++ b/mapgen.lua @@ -172,10 +172,10 @@ add_biome("sandclay", nil, "default:sand", 3, "default:clay", 2, nil, nil, nil, nil, nil, 1, 11, 65, 2, ethereal.sandclay) add_biome("swamp", nil, "ethereal:green_dirt", 1, "default:dirt", 3, - nil, nil, nil, nil, nil, 1, 7, 90, 90, ethereal.swamp) + nil, nil, nil, nil, nil, 1, 7, 80, 90, ethereal.swamp) add_biome("swamp_ocean", nil, "default:sand", 2, "default:clay", 2, - nil, nil, nil, nil, nil, -192, 1, 90, 90, ethereal.swamp) + nil, nil, nil, nil, nil, -192, 1, 80, 90, ethereal.swamp) --= schematic decorations