10% less tick timer
This commit is contained in:
parent
0b8d40bc8b
commit
8f8ea3075f
@ -138,7 +138,7 @@ function spawners_mobs.tick(pos)
|
|||||||
spawners_mobs.set_status(pos, "rusty")
|
spawners_mobs.set_status(pos, "rusty")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
minetest.get_node_timer(pos):start(math.random(80, 214))
|
minetest.get_node_timer(pos):start(math.random(72, 193))
|
||||||
-- minetest.get_node_timer(pos):start(math.random(20, 30))
|
-- minetest.get_node_timer(pos):start(math.random(20, 30))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user