forked from VoxeLibre/VoxeLibre
Fix #703
This commit is contained in:
parent
b616ce734f
commit
a49e3c9068
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue