diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-24 15:04:21 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-24 15:04:21 +0000 |
commit | 8d372d293f7fb69819647e009d4b8bfcd982e3fc (patch) | |
tree | 1b23f60e06c48d5f114289ce713e2dbbd69bb853 | |
parent | b3f144fa861bea71b549f63a1670e5b1deaad73f (diff) |
quick temp change for swamp biome
-rw-r--r-- | mapgen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,10 +206,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
|