summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-07 20:52:29 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-07 20:52:29 +0000
commitb08ee49275f84f626058e9680602f712d0993cfc (patch)
treea4e304334c00d1858807691bed93b0d620d84dac
parent237c21b6def43462fd0ee9becdce2a9d5bff2b69 (diff)
disable abm catch_up
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 655b0e2..6666fe5 100644
--- a/init.lua
+++ b/init.lua
@@ -119,6 +119,7 @@ minetest.register_abm({
nodenames = {"wine:wine_barrel"},
interval = 5.0,
chance = 1,
+ catch_up = false,
action = function(pos, node)