Disable Jungle Edge M biome for balancing

This commit is contained in:
Wuzzy 2017-09-10 04:33:27 +02:00
parent bd7d57d083
commit bc47d542da
1 changed files with 5 additions and 0 deletions

View File

@ -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({