Activate item spawner after short delay

master
Wuzzy 2018-09-13 18:31:15 +02:00
parent 6ff4c72b46
commit cfa87ab00a
1 changed files with 1 additions and 1 deletions

View File

@ -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")