revert last abm change
This commit is contained in:
parent
710bdc4fb6
commit
fe16d1ad55
@ -141,7 +141,7 @@ function spawners.create(mob_name, mod_prefix, size, offset, mesh, texture, nigh
|
||||
minetest.register_abm({
|
||||
nodenames = {"spawners:"..mod_prefix.."_"..mob_name.."_spawner", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_active", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_overheat", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_waiting"},
|
||||
neighbors = {"air"},
|
||||
interval = 15.0,
|
||||
interval = 10.0,
|
||||
chance = 5,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user