spawning abm more rare
This commit is contained in:
parent
53b4a80c70
commit
d9737302c9
@ -141,7 +141,7 @@ function spawners.create(mob_name, mod_prefix, size, offset, mesh, texture, nigh
|
||||
nodenames = {"spawners:"..mod_prefix.."_"..mob_name.."_spawner", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_active", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_overheat", "spawners:"..mod_prefix.."_"..mob_name.."_spawner_waiting"},
|
||||
neighbors = {"air"},
|
||||
interval = 10,
|
||||
chance = 2,
|
||||
chance = 4,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
|
||||
local random_pos, waiting = spawners.check_node_status(pos, mob_name, night_only)
|
||||
|
Loading…
Reference in New Issue
Block a user