reverting last abm changes

This commit is contained in:
juraj 2016-03-06 22:38:04 +01:00
parent fb45f3b354
commit 99ebe7f560

View File

@ -325,8 +325,8 @@ function spawners.create(mob_name, mod_prefix, size, offset, mesh, texture, nigh
"spawners:"..mod_prefix.."_"..mob_name.."_spawner_waiting_env"
},
neighbors = {"air"},
interval = 15.0,
chance = 5,
interval = 10.0,
chance = 6,
catch_up = false,
action = function(pos, node, active_object_count, active_object_count_wider)