From 01698f2f96b60eb3310df2c9c3c11c9dec859b27 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 29 May 2015 00:01:09 +0200 Subject: [PATCH] Tag the modif for the Lavashroom --- mods/riesenpilz/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/riesenpilz/mapgen.lua b/mods/riesenpilz/mapgen.lua index 667282a2..38093d4a 100755 --- a/mods/riesenpilz/mapgen.lua +++ b/mods/riesenpilz/mapgen.lua @@ -244,7 +244,7 @@ minetest.register_on_generated(function(minp, maxp, seed) riesenpilz_circle(c.riesenpilz_red, boden, pr:next(4,5), 3) elseif pr:next(1,100) == 1 then riesenpilz_circle(c.riesenpilz_fly_agaric, boden, 4, 3) - elseif pr:next(1,4000) == 1 and maxp.y <= -200 then + elseif pr:next(1,4000) == 1 and maxp.y <= -200 then -- Modif MFF riesenpilz_circle(c.riesenpilz_lavashroom, boden, pr:next(5,6), 3) elseif pr:next(1,5000) == 1 then riesenpilz_circle(c.riesenpilz_glowshroom, boden, 3, 3)