abm chance 10 interval 10

master
Juraj Vajda 2017-08-12 12:51:36 +02:00
parent 0db4aa1da5
commit 19fd5efa7e
1 changed files with 2 additions and 2 deletions

View File

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