From 1a5058138d8855af7cafaf8296c4e940fe6dad68 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 20 Aug 2024 11:20:43 +0100 Subject: [PATCH] tweak coniferous --- biome_info.json | 5 +++-- biomes.lua | 4 ++-- schems.lua | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/biome_info.json b/biome_info.json index cc53cb2..e9f7930 100644 --- a/biome_info.json +++ b/biome_info.json @@ -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}, diff --git a/biomes.lua b/biomes.lua index 9bb0c97..0341942 100644 --- a/biomes.lua +++ b/biomes.lua @@ -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, diff --git a/schems.lua b/schems.lua index cd741ff..fa72389 100644 --- a/schems.lua +++ b/schems.lua @@ -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"},