summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
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)