From bc47d542dac35204f350c7f782b0411871f9436d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 10 Sep 2017 04:33:27 +0200 Subject: [PATCH] Disable Jungle Edge M biome for balancing --- mods/MAPGEN/mcl_biomes/init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 8a8b53558..3d97c9466 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -932,6 +932,10 @@ local function register_biomes() -- Jungle Edge M -- Very similar to Jungle Edge. Has deeper dirt. Melon spawn here a lot. -- TODO: Must be super rare + + -- Note: Temporarily disabled because it is too common (almost always occours between jungle and jungle edge) + -- and allowed cheap access to melons + --[[ minetest.register_biome({ name = "jungle_edge_m", node_top = "mcl_core:dirt_with_grass", @@ -958,6 +962,7 @@ local function register_biomes() heat_point = 90, humidity_point = 90, }) + ]] -- Swampland minetest.register_biome({