Increase node timer timeout a bit

master
Jean-Patrick Guerrero 2016-02-10 13:57:00 +01:00
parent 2ff4a1f042
commit 6fe2681d09
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ function worktable.on_put(pos, listname, _, stack)
inv:set_list("trash", {})
elseif listname == "tool" or listname == "hammer" then
local timer = minetest.get_node_timer(pos)
timer:start(1.0)
timer:start(3.0)
end
end