add swamp_shore biome
This commit is contained in:
parent
f1e46e1bb8
commit
0e04d12fc3
21
mapgen.lua
21
mapgen.lua
@ -103,22 +103,6 @@ add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1,
|
||||
|
||||
add_biome("candy", nil, "mtcandy:dotted_green", 1,
|
||||
"mtcandy:dotted_yellow", 3, "mtcandy:dotted_orange", "mtcandy:candyrec_bluecyan", 10, nil, nil, 4, 80, 45, 45, ethereal.glacier)
|
||||
--[[
|
||||
add_biome("candytwo", nil, "mtcandy:daisy", 1,
|
||||
|
||||
"mtcandy:dotted_orange", 3, "mtcandy:dotted_yellow", "mtcandy:candyrec_bluecyan", 10, nil, nil, 16, 60, 0, 0, ethereal.glacier)
|
||||
|
||||
|
||||
add_biome("candythree", nil, "mtcandy:dotted_green", 1,
|
||||
"mtcandy:dotted_pink", 3, "mtcandy:orange", nil, 5, nil, nil, 6, 32, 0, 0, ethereal.glacier)
|
||||
|
||||
add_biome("candythreehalf", nil, "mtcandy:dotted_green", 1,
|
||||
"mtcandy:dotted_pink", 3, "mtcandy:emenems", nil, 5, nil, nil, 16, 54, 0, 0, ethereal.glacier)
|
||||
|
||||
|
||||
add_biome("candyfour", nil, "mtcandy:daisy", 1,
|
||||
"mtcandy:dotted_pink", 3, "mtcandy:milk_choco", nil, 10, nil, nil, 28, 42, 0, 0, ethereal.glacier)
|
||||
]]
|
||||
|
||||
add_biome("stone_grassland", nil, "ethereal:green_dirt", 1, "default:stone", 3,
|
||||
nil, nil, nil, nil, nil, 1, 85, 35, 56, 1)
|
||||
@ -225,8 +209,11 @@ add_biome("swamp_ocean", nil, "default:sand", 2, "default:clay", 2,
|
||||
add_biome("swamp", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
|
||||
nil, nil, nil, nil, nil, 1, 7, 80, 90, ethereal.swamp)
|
||||
|
||||
add_biome("swamp_shore", nil, "default:dirt", 1, "default:dirt", 3,
|
||||
nil, nil, nil, nil, nil, -1, 0, 80, 90, ethereal.swamp)
|
||||
|
||||
add_biome("swamp_ocean", nil, "default:sand", 2, "default:clay", 2,
|
||||
nil, nil, nil, nil, nil, -192, 1, 80, 90, ethereal.swamp)
|
||||
nil, nil, nil, nil, nil, -192, -1, 80, 90, ethereal.swamp)
|
||||
|
||||
--= schematic decorations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user