forked from Mineclonia/Mineclonia
Add small beach to plains biomes
This commit is contained in:
parent
6b2c06934a
commit
c79b1062cc
|
@ -456,7 +456,7 @@ local function register_biomes()
|
||||||
depth_filler = 2,
|
depth_filler = 2,
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
y_min = 4,
|
y_min = 3,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
humidity_point = 39,
|
humidity_point = 39,
|
||||||
heat_point = 58,
|
heat_point = 58,
|
||||||
|
@ -469,8 +469,8 @@ local function register_biomes()
|
||||||
depth_filler = 2,
|
depth_filler = 2,
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
y_min = 3,
|
y_min = 0,
|
||||||
y_max = 1,
|
y_max = 2,
|
||||||
humidity_point = 39,
|
humidity_point = 39,
|
||||||
heat_point = 58,
|
heat_point = 58,
|
||||||
})
|
})
|
||||||
|
@ -483,7 +483,7 @@ local function register_biomes()
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
y_min = OCEAN_MIN,
|
y_min = OCEAN_MIN,
|
||||||
y_max = 0,
|
y_max = -1,
|
||||||
humidity_point = 39,
|
humidity_point = 39,
|
||||||
heat_point = 58,
|
heat_point = 58,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue