fix biome name
This commit is contained in:
parent
c618f30ef5
commit
284c204a6b
@ -43,7 +43,7 @@
|
||||
{"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": "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_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},
|
||||
|
@ -333,8 +333,8 @@ register_biome(ethereal.mushroom, {
|
||||
node_filler = "default:dirt", depth_filler = 3})
|
||||
|
||||
register_biome(ethereal.mushroom, {
|
||||
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,
|
||||
node_top = "default:sand", depth_top = 1,
|
||||
node_filler = "default:sand", depth_filler = 2,
|
||||
vertical_blend = 1})
|
||||
|
Loading…
Reference in New Issue
Block a user