From f1f6dc4c48edd3b4105eddfcfae5358320bd1b35 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 11 Mar 2019 22:08:17 +0100 Subject: [PATCH] Colorize bottom terracotta layers of MesaBryce --- mods/MAPGEN/mcl_biomes/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 867bd46fb..0ad818703 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -1590,7 +1590,7 @@ local function register_biomelike_ores() end -- First stratum near the sand level. Always orange. - stratum(11, 3, "orange") + stratum(-1, 15, "orange") -- Create random strata for up to Y = 256. -- These strata are calculated based on the world seed and are global.