disable abm catch_up

This commit is contained in:
TenPlus1 2015-11-07 20:48:49 +00:00
parent 78df44caf1
commit 9feb730cff

@ -152,6 +152,7 @@ minetest.register_abm({
nodenames = {"hopper:hopper", "hopper:hopper_side"}, nodenames = {"hopper:hopper", "hopper:hopper_side"},
interval = 1.0, interval = 1.0,
chance = 1, chance = 1,
catch_up = false,
action = function(pos, node) action = function(pos, node)
@ -244,6 +245,7 @@ minetest.register_abm({
}, },
interval = 1.0, interval = 1.0,
chance = 1, chance = 1,
catch_up = false,
action = function(pos, node) action = function(pos, node)
@ -323,6 +325,7 @@ minetest.register_abm({
}, },
interval = 1.0, interval = 1.0,
chance = 1, chance = 1,
catch_up = false,
action = function(pos, node) action = function(pos, node)