diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 20:52:29 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 20:52:29 +0000 |
commit | b08ee49275f84f626058e9680602f712d0993cfc (patch) | |
tree | a4e304334c00d1858807691bed93b0d620d84dac | |
parent | 237c21b6def43462fd0ee9becdce2a9d5bff2b69 (diff) |
disable abm catch_up
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ minetest.register_abm({ nodenames = {"wine:wine_barrel"}, interval = 5.0, chance = 1, + catch_up = false, action = function(pos, node) |