adjusted abm

This commit is contained in:
Juraj Vajda 2017-07-27 01:08:08 +02:00
parent 2b8edf5378
commit 89c152fd2d

View File

@ -236,7 +236,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
"spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_waiting"
},
neighbors = {"air"},
interval = 10,
interval = 60,
chance = 20,
catch_up = false,
action = function(pos, node, active_object_count, active_object_count_wider)