mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 20:17:36 +01:00
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
Block a user