settings and abm adjustments

This commit is contained in:
juraj 2016-03-12 14:18:21 +01:00
parent 0fc771536c
commit 7a3d839427
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SPAWN_PYRAMIDS = true
SPAWNERS_GENERATE = false
SPAWNERS_GENERATE = true

View File

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