Skip to content
Snippets Groups Projects
Commit 82d0f0b2 authored by Milan's avatar Milan
Browse files

experimental: add ethereal:crystal_moss to caves dunes

experimental: carefully re-add 1x candy 1x bacon biome
parent 241b7ced
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ add_biome("fiery", nil, "ethereal:fiery_dirt", 1, "default:dirt", 3, ...@@ -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, add_biome("fiery_ocean", nil, "default:sand", 1, "default:sand", 2,
nil, nil, nil, nil, nil, -192, 4, 100, 0, ethereal.fiery) 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) nil, nil, nil, nil, nil, 32, 120, 10, 2, ethereal.caves)
add_biome("caves", nil, "default:desert_stone", 3, "air", 8, 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 ...@@ -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, add_biome("clearing", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
nil, nil, nil, nil, nil, 1, 85, 42, 65, 1) nil, nil, nil, nil, nil, 1, 85, 42, 65, 1)
--[[
add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 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, 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, 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) "mtcandy:dotted_orange", 3, "mtcandy:dotted_yellow", "mtcandy:candyrec_bluecyan", 10, nil, nil, 16, 60, 0, 0, ethereal.glacier)
......
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