From 1dc909aa093981ab8d3a135e7ff8ae6cad9c6642 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 2 May 2016 09:30:49 +0100 Subject: [PATCH] Reigned in abm with catch_up = false --- api.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)