remove fast farming

master
Juraj Vajda 2018-10-13 21:09:11 -04:00
parent b0a1832ef2
commit 9f719768f3
1 changed files with 2 additions and 4 deletions

View File

@ -116,13 +116,11 @@ end
-- how often node timers for plants will tick, +/- some random value
local function tick(pos)
minetest.get_node_timer(pos):start(math.random(1, 2))
-- minetest.get_node_timer(pos):start(math.random(166, 286))
minetest.get_node_timer(pos):start(math.random(166, 286))
end
-- how often a growth failure tick is retried (e.g. too dark)
local function tick_again(pos)
minetest.get_node_timer(pos):start(math.random(1, 2))
-- minetest.get_node_timer(pos):start(math.random(40, 80))
minetest.get_node_timer(pos):start(math.random(40, 80))
end
-- Seed placement