abm interval 120 chance 5

master
Juraj Vajda 2017-08-07 01:11:11 +02:00
parent fd5c6ee6e8
commit c575338a02
1 changed files with 1 additions and 1 deletions

View File

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