James Stevenson 2019-01-17 11:31:32 -05:00
parent f6ad4e0f0c
commit 187c9c40a2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ minetest.register_node("mobs:spawner", {
on_blast = function()
end,
on_timer = function(pos, elapsed)
if elapsed >= 10 then
if elapsed >= 30 then
local node = minetest.get_node_or_nil({
x = pos.x,
y = pos.y - 1,