Fix snowy grassland shores

This commit is contained in:
Wuzzy 2017-08-30 00:37:01 +02:00
parent 6aa66cf7db
commit 7df8c14e3f
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ local function register_biomes()
node_riverbed = "mcl_core:sand",
depth_riverbed = 2,
node_dust = "mcl_core:snow",
y_min = 0,
y_min = 1,
y_max = mcl_vars.mg_overworld_max,
heat_point = 13,
humidity_point = 79,
@ -161,7 +161,7 @@ local function register_biomes()
node_riverbed = "mcl_core:dirt",
depth_riverbed = 2,
y_min = mcl_vars.mg_overworld_min,
y_max = 4,
y_max = 0,
heat_point = 13,
humidity_point = 79,
})