abm interval 120 chance 5
This commit is contained in:
parent
fd5c6ee6e8
commit
c575338a02
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user