Use sandstone in non-v6 desert mapgen

This commit is contained in:
Wuzzy 2017-03-05 01:57:04 +01:00
parent 6d2a6d7c00
commit 6d366d810e
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ local function register_biomes()
depth_filler = 3,
node_riverbed = "mcl_core:sand",
depth_riverbed = 2,
node_stone = "mcl_core:sandstone",
y_min = 1,
y_max = 31000,
heat_point = 100,
@ -101,6 +102,7 @@ local function register_biomes()
depth_filler = 3,
node_riverbed = "mcl_core:redsand",
depth_riverbed = 2,
node_stone = "mcl_core:hardened_clay",
y_min = 1,
y_max = 5,
heat_point = 100,
@ -115,6 +117,7 @@ local function register_biomes()
depth_filler = 1,
node_riverbed = "mcl_core:redsand",
depth_riverbed = 2,
node_stone = "mcl_core:hardened_clay",
y_min = 1,
y_max = 5,
heat_point = 100,