remove newly added farming crops mapgen debug

This commit is contained in:
4aiman 2015-06-07 14:34:32 +03:00
parent dba2d2e8c3
commit 1801ed1527

View File

@ -501,7 +501,7 @@ multicraft.register_on_generated(function(minp, maxp, seed)
end
local fruit = {"farming:pumpkin_face", "farming:melon", "farming:carrot", "farming:potato"}
local choice = fruit[pr:next(1,#fruit)]
print(choice)
--print(choice)
if pr:next() < 2500 then -- the "proper" alternative
for i = 1, pr:next(1,3) do