fix biome name

This commit is contained in:
tenplus1 2024-08-30 10:18:25 +01:00
parent c618f30ef5
commit 284c204a6b
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
{"name": "grove_ocean", "heat_point": 40, "humidity_point": 25, "y_min": -192, "y_max": 2}, {"name": "grove_ocean", "heat_point": 40, "humidity_point": 25, "y_min": -192, "y_max": 2},
{"name": "mediterranean", "heat_point": 30, "humidity_point": 45, "y_min": 3, "y_max": 50}, {"name": "mediterranean", "heat_point": 30, "humidity_point": 45, "y_min": 3, "y_max": 50},
{"name": "mushroom", "heat_point": 45, "humidity_point": 82, "y_min": 4, "y_max": 50}, {"name": "mushroom", "heat_point": 45, "humidity_point": 82, "y_min": 4, "y_max": 50},
{"name": "mushroom_beach", "heat_point": 45, "humidity_point": 82, "y_min": -3, "y_max": 5}, {"name": "mushroom_ocean", "heat_point": 45, "humidity_point": 82, "y_min": -255, "y_max": 5},
{"name": "sandstone_desert", "heat_point": 60, "humidity_point": 0, "y_min": 3, "y_max": 23}, {"name": "sandstone_desert", "heat_point": 60, "humidity_point": 0, "y_min": 3, "y_max": 23},
{"name": "sandstone_desert_ocean", "heat_point": 60, "humidity_point": 0, "y_min": -192, "y_max": 2}, {"name": "sandstone_desert_ocean", "heat_point": 60, "humidity_point": 0, "y_min": -192, "y_max": 2},
{"name": "sandstone_desert_under", "heat_point": 60, "humidity_point": 0, "y_min": -31000, "y_max": -256}, {"name": "sandstone_desert_under", "heat_point": 60, "humidity_point": 0, "y_min": -31000, "y_max": -256},

View File

@ -333,8 +333,8 @@ register_biome(ethereal.mushroom, {
node_filler = "default:dirt", depth_filler = 3}) node_filler = "default:dirt", depth_filler = 3})
register_biome(ethereal.mushroom, { register_biome(ethereal.mushroom, {
name = "mushroom_beach", name = "mushroom_ocean",
heat_point = 45, humidity_point = 82, y_min = -3, y_max = 5, heat_point = 45, humidity_point = 82, y_min = -255, y_max = 5,
node_top = "default:sand", depth_top = 1, node_top = "default:sand", depth_top = 1,
node_filler = "default:sand", depth_filler = 2, node_filler = "default:sand", depth_filler = 2,
vertical_blend = 1}) vertical_blend = 1})

View File

@ -212,7 +212,7 @@ register_decoration(ethereal.mushroom, {
place_on = {"default:sand"}, place_on = {"default:sand"},
fill_ratio = 0.1, fill_ratio = 0.1,
y_min = 2, y_max = 6, y_min = 2, y_max = 6,
biomes = {"mushroom_beach"}, biomes = {"mushroom_ocean"},
decoration = "ethereal:slime_mold"}) decoration = "ethereal:slime_mold"})
-- red & brown mushroom -- red & brown mushroom