mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-12-22 13:22:28 +01:00
disable abm catch_up
This commit is contained in:
parent
78df44caf1
commit
9feb730cff
3
init.lua
3
init.lua
@ -152,6 +152,7 @@ minetest.register_abm({
|
||||
nodenames = {"hopper:hopper", "hopper:hopper_side"},
|
||||
interval = 1.0,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
|
||||
action = function(pos, node)
|
||||
|
||||
@ -244,6 +245,7 @@ minetest.register_abm({
|
||||
},
|
||||
interval = 1.0,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
|
||||
action = function(pos, node)
|
||||
|
||||
@ -323,6 +325,7 @@ minetest.register_abm({
|
||||
},
|
||||
interval = 1.0,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
|
||||
action = function(pos, node)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user