mushroom 82 hum

This commit is contained in:
tenplus1 2024-08-29 11:55:22 +01:00
parent 7b4a1ae891
commit 3227f01786
2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@
{"name": "grove", "heat_point": 40, "humidity_point": 25, "y_min": 3, "y_max": 23},
{"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": 90, "y_min": 3, "y_max": 50},
{"name": "mushroom_ocean", "heat_point": 45, "humidity_point": 90, "y_min": -192, "y_max": 2},
{"name": "mushroom", "heat_point": 45, "humidity_point": 82, "y_min": 3, "y_max": 50},
{"name": "mushroom_ocean", "heat_point": 45, "humidity_point": 82, "y_min": -192, "y_max": 2},
{"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},

View File

@ -328,13 +328,13 @@ register_biome(ethereal.mediterranean, {
register_biome(ethereal.mushroom, {
name = "mushroom",
heat_point = 45, humidity_point = 90, y_min = 3, y_max = 50,
heat_point = 45, humidity_point = 82, y_min = 3, y_max = 50,
node_top = "ethereal:mushroom_dirt", depth_top = 1,
node_filler = "default:dirt", depth_filler = 3})
register_biome(ethereal.mushroom, {
name = "mushroom_ocean",
heat_point = 45, humidity_point = 90, y_min = -192, y_max = 2,
heat_point = 45, humidity_point = 82, y_min = -192, y_max = 2,
node_top = "default:sand", depth_top = 1,
node_filler = "default:sand", depth_filler = 2})