From 256dc9e1b5c10cb95001fbbb09c1d6f9c73e1eeb Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 11 Mar 2019 13:50:27 +0100 Subject: [PATCH] Vertical blend for mushroomisland --- 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 b5487bfd..7882e34f 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -1185,6 +1185,7 @@ local function register_biomes() y_min = 4, -- Note: Limited in height! y_max = 20, + vertical_blend = 1, humidity_point = 106, heat_point = 50, })