Tag the modif for the Lavashroom

This commit is contained in:
Ombridride 2015-05-29 00:01:09 +02:00
parent 09132dca6f
commit 01698f2f96
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
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)