tweak coniferous
This commit is contained in:
parent
80085c75ec
commit
1a5058138d
@ -11,8 +11,9 @@
|
|||||||
{"name": "sakura_ocean", "heat_point": 45, "humidity_point": 45, "y_min": -192, "y_max": 2},
|
{"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", "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": "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", "heat_point": 45, "humidity_point": 70, "y_min": 6, "y_max": 140},
|
||||||
{"name": "coniferous_forest_ocean", "heat_point": 45, "humidity_point": 70, "y_min": -192, "y_max": 1},
|
{"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": "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", "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},
|
{"name": "taiga_ocean", "heat_point": 25, "humidity_point": 70, "y_min": -255, "y_max": 3},
|
||||||
|
@ -112,7 +112,7 @@ register_biome(ethereal.mesa, {
|
|||||||
|
|
||||||
register_biome(ethereal.snowy, {
|
register_biome(ethereal.snowy, {
|
||||||
name = "coniferous_forest",
|
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_top = "default:dirt_with_coniferous_litter", depth_top = 1,
|
||||||
node_filler = "default:dirt", depth_filler = 2})
|
node_filler = "default:dirt", depth_filler = 2})
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ register_biome(ethereal.snowy, {
|
|||||||
node_filler = "default:sand", depth_filler = 3,
|
node_filler = "default:sand", depth_filler = 3,
|
||||||
vertical_blend = 1})
|
vertical_blend = 1})
|
||||||
|
|
||||||
register_biome((ethereal.snowy or ethereal.frost), {
|
register_biome(ethereal.snowy, {
|
||||||
name = "coniferous_forest_ocean",
|
name = "coniferous_forest_ocean",
|
||||||
heat_point = 45, humidity_point = 70, y_min = -255, y_max = 3,
|
heat_point = 45, humidity_point = 70, y_min = -255, y_max = 3,
|
||||||
node_top = "default:sand", depth_top = 1,
|
node_top = "default:sand", depth_top = 1,
|
||||||
|
@ -180,7 +180,7 @@ register_decoration(ethereal.snowy, {
|
|||||||
|
|
||||||
-- small pine for higher elevation
|
-- small pine for higher elevation
|
||||||
|
|
||||||
register_decoration(ethereal.alpine, {
|
register_decoration(ethereal.snowy, {
|
||||||
place_on = {"default:dirt_with_snow"},
|
place_on = {"default:dirt_with_snow"},
|
||||||
fill_ratio = 0.025,
|
fill_ratio = 0.025,
|
||||||
biomes = {"taiga"},
|
biomes = {"taiga"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user