forked from VoxeLibre/VoxeLibre
Use red sand as river bed in Mesa and MesaPlateauF
This commit is contained in:
parent
5851bf5a0e
commit
d9a8403e11
|
@ -758,6 +758,8 @@ local function register_biomes()
|
||||||
node_top = "mcl_colorblocks:hardened_clay",
|
node_top = "mcl_colorblocks:hardened_clay",
|
||||||
depth_top = 1,
|
depth_top = 1,
|
||||||
node_filler = "mcl_colorblocks:hardened_clay",
|
node_filler = "mcl_colorblocks:hardened_clay",
|
||||||
|
node_riverbed = "mcl_core:redsand",
|
||||||
|
depth_riverbed = 1,
|
||||||
node_stone = "mcl_colorblocks:hardened_clay",
|
node_stone = "mcl_colorblocks:hardened_clay",
|
||||||
y_min = 11,
|
y_min = 11,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
|
@ -800,6 +802,8 @@ local function register_biomes()
|
||||||
node_top = "mcl_colorblocks:hardened_clay",
|
node_top = "mcl_colorblocks:hardened_clay",
|
||||||
depth_top = 1,
|
depth_top = 1,
|
||||||
node_filler = "mcl_colorblocks:hardened_clay",
|
node_filler = "mcl_colorblocks:hardened_clay",
|
||||||
|
node_riverbed = "mcl_core:redsand",
|
||||||
|
depth_riverbed = 1,
|
||||||
node_stone = "mcl_colorblocks:hardened_clay",
|
node_stone = "mcl_colorblocks:hardened_clay",
|
||||||
y_min = 11,
|
y_min = 11,
|
||||||
y_max = 29,
|
y_max = 29,
|
||||||
|
@ -814,7 +818,9 @@ local function register_biomes()
|
||||||
node_top = "mcl_core:dirt_with_dry_grass",
|
node_top = "mcl_core:dirt_with_dry_grass",
|
||||||
depth_top = 1,
|
depth_top = 1,
|
||||||
node_filler = "mcl_core:dirt",
|
node_filler = "mcl_core:dirt",
|
||||||
filler_depth = 1,
|
depth_filler = 1,
|
||||||
|
node_riverbed = "mcl_core:redsand",
|
||||||
|
depth_riverbed = 1,
|
||||||
node_stone = "mcl_colorblocks:hardened_clay",
|
node_stone = "mcl_colorblocks:hardened_clay",
|
||||||
y_min = 30,
|
y_min = 30,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
|
|
Loading…
Reference in New Issue