summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-05-02 09:30:49 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-05-02 09:30:49 +0100
commit1dc909aa093981ab8d3a135e7ff8ae6cad9c6642 (patch)
treedf8233e7d35503b8fcb09d1a189f26c7b968011e /api.lua
parent6e89f8f696d0505d9b608da11efc333a16c134e9 (diff)
Reigned in abm with catch_up = false
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 056167f..cacda4d 100644
--- a/api.lua
+++ b/api.lua
@@ -1,5 +1,5 @@
--- Mobs Api (1st May 2016)
+-- Mobs Api (2nd May 2016)
mobs = {}
mobs.mod = "redo"
@@ -2274,6 +2274,7 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light,
neighbors = neighbors,
interval = interval,
chance = chance,
+ catch_up = false,
action = function(pos, node, aoc, active_object_count_wider)