Skip to content
Snippets Groups Projects
Commit 0e04d12f authored by Milan's avatar Milan
Browse files

add swamp_shore biome

parent f1e46e1b
No related branches found
No related tags found
No related merge requests found
...@@ -103,22 +103,6 @@ add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1, ...@@ -103,22 +103,6 @@ add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1,
add_biome("candy", nil, "mtcandy:dotted_green", 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) "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, add_biome("stone_grassland", nil, "ethereal:green_dirt", 1, "default:stone", 3,
nil, nil, nil, nil, nil, 1, 85, 35, 56, 1) 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, ...@@ -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, add_biome("swamp", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
nil, nil, nil, nil, nil, 1, 7, 80, 90, ethereal.swamp) 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, 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 --= schematic decorations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment