diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-05 09:21:58 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-05 09:21:58 +0100 |
commit | d011c538eeffcc3168abaa54750e427cab30951e (patch) | |
tree | 434117019dc5e4438ebb64811a2525bad131411f /api.lua | |
parent | e944712c903162c7448d443ba91b7eea43a9b4b0 (diff) |
disabled catch_up, causing anomalies
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |