This commit is contained in:
Lizzy Fleckenstein 2021-01-06 13:39:19 +01:00
parent b616ce734f
commit a49e3c9068
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ end
minetest.register_abm({ minetest.register_abm({
label = "End portal teleportation", label = "End portal teleportation",
nodenames = {"mcl_portals:portal_end"}, nodenames = {"mcl_portals:portal_end"},
interval = 1, interval = 0.1,
chance = 1, chance = 1,
action = function(pos, node) action = function(pos, node)
for _,obj in ipairs(minetest.get_objects_inside_radius(pos, 1)) do for _,obj in ipairs(minetest.get_objects_inside_radius(pos, 1)) do