adjusted abm
This commit is contained in:
parent
2b8edf5378
commit
89c152fd2d
@ -236,7 +236,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
|
|||||||
"spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_waiting"
|
"spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_waiting"
|
||||||
},
|
},
|
||||||
neighbors = {"air"},
|
neighbors = {"air"},
|
||||||
interval = 10,
|
interval = 60,
|
||||||
chance = 20,
|
chance = 20,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
|
Loading…
Reference in New Issue
Block a user