forked from VoxeLibre/VoxeLibre
Use sandstone in non-v6 desert mapgen
This commit is contained in:
parent
6d2a6d7c00
commit
6d366d810e
|
@ -87,6 +87,7 @@ local function register_biomes()
|
||||||
depth_filler = 3,
|
depth_filler = 3,
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
|
node_stone = "mcl_core:sandstone",
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 31000,
|
y_max = 31000,
|
||||||
heat_point = 100,
|
heat_point = 100,
|
||||||
|
@ -101,6 +102,7 @@ local function register_biomes()
|
||||||
depth_filler = 3,
|
depth_filler = 3,
|
||||||
node_riverbed = "mcl_core:redsand",
|
node_riverbed = "mcl_core:redsand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
|
node_stone = "mcl_core:hardened_clay",
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 5,
|
y_max = 5,
|
||||||
heat_point = 100,
|
heat_point = 100,
|
||||||
|
@ -115,6 +117,7 @@ local function register_biomes()
|
||||||
depth_filler = 1,
|
depth_filler = 1,
|
||||||
node_riverbed = "mcl_core:redsand",
|
node_riverbed = "mcl_core:redsand",
|
||||||
depth_riverbed = 2,
|
depth_riverbed = 2,
|
||||||
|
node_stone = "mcl_core:hardened_clay",
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 5,
|
y_max = 5,
|
||||||
heat_point = 100,
|
heat_point = 100,
|
||||||
|
|
Loading…
Reference in New Issue