forked from mtcontrib/mobs_redo
Reigned in abm with catch_up = false
This commit is contained in:
parent
6e89f8f696
commit
1dc909aa09
3
api.lua
3
api.lua
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user