tweak coniferous

This commit is contained in:
tenplus1 2024-08-20 11:20:43 +01:00
parent 80085c75ec
commit 1a5058138d
3 changed files with 6 additions and 5 deletions

View File

@ -11,8 +11,9 @@
{"name": "sakura_ocean", "heat_point": 45, "humidity_point": 45, "y_min": -192, "y_max": 2},
{"name": "mesa", "heat_point": 25, "humidity_point": 10, "y_min": 1, "y_max": 71},
{"name": "mesa_ocean", "heat_point": 25, "humidity_point": 10, "y_min": -192, "y_max": 2},
{"name": "coniferous_forest", "heat_point": 45, "humidity_point": 70, "y_min": 5, "y_max": 40},
{"name": "coniferous_forest_ocean", "heat_point": 45, "humidity_point": 70, "y_min": -192, "y_max": 1},
{"name": "coniferous_forest", "heat_point": 45, "humidity_point": 70, "y_min": 6, "y_max": 140},
{"name": "coniferous_dunes", "heat_point": 45, "humidity_point": 70, "y_min": 4, "y_max": 5},
{"name": "coniferous_forest_ocean", "heat_point": 45, "humidity_point": 70, "y_min": -255, "y_max": 3},
{"name": "coniferous_forest_under", "heat_point": 45, "humidity_point": 70, "y_min": -31000, "y_max": -256},
{"name": "taiga", "heat_point": 25, "humidity_point": 70, "y_min": 4, "y_max": 140},
{"name": "taiga_ocean", "heat_point": 25, "humidity_point": 70, "y_min": -255, "y_max": 3},

View File

@ -112,7 +112,7 @@ register_biome(ethereal.mesa, {
register_biome(ethereal.snowy, {
name = "coniferous_forest",
heat_point = 45, humidity_point = 70, y_min = 6, y_max = 100,
heat_point = 45, humidity_point = 70, y_min = 6, y_max = 140,
node_top = "default:dirt_with_coniferous_litter", depth_top = 1,
node_filler = "default:dirt", depth_filler = 2})
@ -123,7 +123,7 @@ register_biome(ethereal.snowy, {
node_filler = "default:sand", depth_filler = 3,
vertical_blend = 1})
register_biome((ethereal.snowy or ethereal.frost), {
register_biome(ethereal.snowy, {
name = "coniferous_forest_ocean",
heat_point = 45, humidity_point = 70, y_min = -255, y_max = 3,
node_top = "default:sand", depth_top = 1,

View File

@ -180,7 +180,7 @@ register_decoration(ethereal.snowy, {
-- small pine for higher elevation
register_decoration(ethereal.alpine, {
register_decoration(ethereal.snowy, {
place_on = {"default:dirt_with_snow"},
fill_ratio = 0.025,
biomes = {"taiga"},