mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 05:11:27 +02:00
Fix snowy grassland shores
This commit is contained in:
@ -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,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user