From d4b7e2f1d69c166238711d6073b1916d187f7f21 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 19 Sep 2017 13:50:07 +0200 Subject: [PATCH] Update sugar canes swampland biomes --- 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 89586d5a0..28ae10ef9 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -2385,7 +2385,7 @@ local function register_decorations() octaves = 3, persist = 0.7, }, - biomes = {"Swampland"}, + biomes = {"Swampland", "Swampland_shore"}, y_min = 1, y_max = mcl_vars.mg_overworld_max, decoration = "mcl_core:reeds",