Increase node timer timeout a bit
This commit is contained in:
parent
2ff4a1f042
commit
6fe2681d09
@ -318,7 +318,7 @@ function worktable.on_put(pos, listname, _, stack)
|
|||||||
inv:set_list("trash", {})
|
inv:set_list("trash", {})
|
||||||
elseif listname == "tool" or listname == "hammer" then
|
elseif listname == "tool" or listname == "hammer" then
|
||||||
local timer = minetest.get_node_timer(pos)
|
local timer = minetest.get_node_timer(pos)
|
||||||
timer:start(1.0)
|
timer:start(3.0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user