Remove nonsense of lavashrooms' new spawn conditions

- AKA. Reverse #66
This commit is contained in:
LeMagnesium 2015-05-29 18:09:41 +02:00
parent 30d988af6d
commit bb02b3fcd2
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- Modif MFF
elseif pr:next(1,4000) == 1 then
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)