diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-02 09:30:49 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-02 09:30:49 +0100 |
commit | 1dc909aa093981ab8d3a135e7ff8ae6cad9c6642 (patch) | |
tree | df8233e7d35503b8fcb09d1a189f26c7b968011e /api.lua | |
parent | 6e89f8f696d0505d9b608da11efc333a16c134e9 (diff) |
Reigned in abm with catch_up = false
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |