1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-09-27 15:20:20 +02:00

Reigned in abm with catch_up = false

This commit is contained in:
TenPlus1 2016-05-02 09:30:49 +01:00
parent 6e89f8f696
commit 1dc909aa09

View File

@ -1,5 +1,5 @@
-- Mobs Api (1st May 2016) -- Mobs Api (2nd May 2016)
mobs = {} mobs = {}
mobs.mod = "redo" mobs.mod = "redo"
@ -2274,6 +2274,7 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light,
neighbors = neighbors, neighbors = neighbors,
interval = interval, interval = interval,
chance = chance, chance = chance,
catch_up = false,
action = function(pos, node, aoc, active_object_count_wider) action = function(pos, node, aoc, active_object_count_wider)