From 8610b8cb8a4fd626f99e16cf2e6da202ce73b15b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 13 Jun 2017 13:51:16 +0200 Subject: [PATCH] Fix stone generating in flat mapgen --- mods/MAPGEN/mcl_biomes/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index fcf46fcc0..ddbd8456e 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -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,