Fix stone generating in flat mapgen

This commit is contained in:
Wuzzy 2017-06-13 13:51:16 +02:00
parent cc2066fde5
commit 8610b8cb8a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ local function register_classic_superflat_biome()
depth_top = 1,
node_filler = "mcl_core:dirt",
depth_filler = 3,
node_stone = "mcl_core:dirt",
y_min = -512,
y_max = 512,
heat_point = 50,