mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-23 11:23:45 +01:00
Fix snowy grassland shores
parent
6aa66cf7db
commit
7df8c14e3f
@ -146,7 +146,7 @@ local function register_biomes()
|
|||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
node_dust = "mcl_core:snow",
|
node_dust = "mcl_core:snow",
|
||||||
y_min = 0,
|
y_min = 1,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
heat_point = 13,
|
heat_point = 13,
|
||||||
humidity_point = 79,
|
humidity_point = 79,
|
||||||
@ -161,7 +161,7 @@ local function register_biomes()
|
|||||||
node_riverbed = "mcl_core:dirt",
|
node_riverbed = "mcl_core:dirt",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
y_min = mcl_vars.mg_overworld_min,
|
y_min = mcl_vars.mg_overworld_min,
|
||||||
y_max = 4,
|
y_max = 0,
|
||||||
heat_point = 13,
|
heat_point = 13,
|
||||||
humidity_point = 79,
|
humidity_point = 79,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user