revert last abm change

master
root 2016-02-13 17:39:07 +01:00
parent 710bdc4fb6
commit fe16d1ad55
1 changed files with 1 additions and 1 deletions

View File

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