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")
|
||||
return
|
||||
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))
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user