diff --git a/data/lt/function/systems/teleporter/create.mcfunction b/data/lt/function/systems/teleporter/create.mcfunction index 8add0118..2ea6f2c6 100644 --- a/data/lt/function/systems/teleporter/create.mcfunction +++ b/data/lt/function/systems/teleporter/create.mcfunction @@ -1 +1 @@ -$summon minecraft:marker ~ ~ ~ {Tags:[lt.system.teleporter],data:{x:-$(x),y:$(y),z:$(z),rY:$(rY),rX:$(rX)}} \ No newline at end of file +$summon minecraft:marker ~ ~ ~ {Tags:[lt.system.teleporter],data:{x:$(x),y:$(y),z:$(z),rY:$(rY),rX:$(rX)}} \ No newline at end of file diff --git a/data/lt/function/systems/teleporter/on_tick.mcfunction b/data/lt/function/systems/teleporter/on_tick.mcfunction index 7ca878ba..a3feedf5 100644 --- a/data/lt/function/systems/teleporter/on_tick.mcfunction +++ b/data/lt/function/systems/teleporter/on_tick.mcfunction @@ -1,2 +1,2 @@ -particle minecraft:portal ~ ~3 ~ 0 -1 0 0.1 5 +particle minecraft:portal ~ ~2 ~ 0 -1 0 0.1 5 execute as @a[distance=0..1] at @s run function lt:utility/tp with entity @n[tag=lt.system.teleporter] data \ No newline at end of file