From d011c538eeffcc3168abaa54750e427cab30951e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 5 Aug 2016 09:21:58 +0100 Subject: [PATCH] disabled catch_up, causing anomalies --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 94dfb46..57a34ee 100644 --- a/api.lua +++ b/api.lua @@ -2398,7 +2398,7 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, neighbors = neighbors, interval = interval, chance = chance, - catch_up = true, + catch_up = false, action = function(pos, node, active_object_count, active_object_count_wider)