remove newly added farming crops mapgen debug
This commit is contained in:
parent
dba2d2e8c3
commit
1801ed1527
@ -501,7 +501,7 @@ multicraft.register_on_generated(function(minp, maxp, seed)
|
|||||||
end
|
end
|
||||||
local fruit = {"farming:pumpkin_face", "farming:melon", "farming:carrot", "farming:potato"}
|
local fruit = {"farming:pumpkin_face", "farming:melon", "farming:carrot", "farming:potato"}
|
||||||
local choice = fruit[pr:next(1,#fruit)]
|
local choice = fruit[pr:next(1,#fruit)]
|
||||||
print(choice)
|
--print(choice)
|
||||||
|
|
||||||
if pr:next() < 2500 then -- the "proper" alternative
|
if pr:next() < 2500 then -- the "proper" alternative
|
||||||
for i = 1, pr:next(1,3) do
|
for i = 1, pr:next(1,3) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user