Change catch_up to match mobs.
This commit is contained in:
parent
232fac6361
commit
2bbf9ab957
1 changed files with 1 additions and 0 deletions
1
abms.lua
1
abms.lua
|
@ -359,6 +359,7 @@ minetest.register_abm({
|
|||
neighbors = {'air'},
|
||||
interval = 5 * time_factor,
|
||||
chance = 500,
|
||||
catch_up = false,
|
||||
action = function(pos, node, aoc, active_object_count_wider)
|
||||
if not (pos and node) or active_object_count_wider > dungeon_monster_density then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue