experimental: add ethereal:crystal_moss to caves dunes

experimental: carefully re-add 1x candy 1x bacon biome
This commit is contained in:
Milan* 2017-03-06 23:32:39 +01:00
parent 241b7ced92
commit 82d0f0b287

View File

@ -74,7 +74,7 @@ add_biome("fiery", nil, "ethereal:fiery_dirt", 1, "default:dirt", 3,
add_biome("fiery_ocean", nil, "default:sand", 1, "default:sand", 2,
nil, nil, nil, nil, nil, -192, 4, 100, 0, ethereal.fiery)
add_biome("caves_dunes", nil, "default:gravel", 3, "air", 8,
add_biome("caves_dunes", nil, "ethereal:crystal_moss", 3, "air", 8,
nil, nil, nil, nil, nil, 32, 120, 10, 2, ethereal.caves)
add_biome("caves", nil, "default:desert_stone", 3, "air", 8,
@ -91,13 +91,13 @@ add_biome("glacier_ocean", "default:snowblock", "default:silver_sand", 1, "defau
add_biome("clearing", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
nil, nil, nil, nil, nil, 1, 85, 42, 65, 1)
--[[
add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1,
"bacon:cookedblock", 3, "bacon:rawblock", "mobs:cheeseblock", 10, nil, nil, 1, 6, 0, 0, ethereal.glacier)
"bacon:cookedblock", 3, "bacon:rawblock", "mobs:cheeseblock", 10, nil, nil, 1, 6, 45, 45, ethereal.glacier)
add_biome("candy", nil, "mtcandy:dotted_green", 1,
"mtcandy:dotted_yellow", 3, "mtcandy:dotted_orange", "mtcandy:candyrec_bluecyan", 10, nil, nil, 4, 80, 0, 0, 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)