Activate item spawner after short delay
This commit is contained in:
parent
6ff4c72b46
commit
cfa87ab00a
@ -11,7 +11,7 @@ local function init_item_spawners(spawners)
|
||||
local count = 0
|
||||
for n=1, #spawners do
|
||||
local timer = minetest.get_node_timer(spawners[n])
|
||||
timer:start(0)
|
||||
timer:start(3)
|
||||
count = count + 1
|
||||
end
|
||||
minetest.log("action", "[tutorial] " .. count .. " item spawners initialized")
|
||||
|
Loading…
x
Reference in New Issue
Block a user