diff --git a/settings.txt b/settings.txt index 77eae52..eca1ff2 100644 --- a/settings.txt +++ b/settings.txt @@ -1,2 +1,2 @@ SPAWN_PYRAMIDS = true -SPAWNERS_GENERATE = false +SPAWNERS_GENERATE = true diff --git a/spawners_mobs.lua b/spawners_mobs.lua index aa53cfa..64e5148 100644 --- a/spawners_mobs.lua +++ b/spawners_mobs.lua @@ -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)