mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-15 06:01:24 +00:00
disable abm catch_up
This commit is contained in:
parent
315bdc9978
commit
849934c710
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -277,6 +277,7 @@ minetest.register_abm({
|
|||
nodenames = {"teleport_potion:portal", "teleport_potion:pad"},
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue