Skip to content

Commit

Permalink
Teleport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Oct 15, 2024
1 parent 202c570 commit a9b4ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/lt/function/systems/teleporter/create.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$summon minecraft:marker ~ ~ ~ {Tags:[lt.system.teleporter],data:{x:-$(x),y:$(y),z:$(z),rY:$(rY),rX:$(rX)}}
$summon minecraft:marker ~ ~ ~ {Tags:[lt.system.teleporter],data:{x:$(x),y:$(y),z:$(z),rY:$(rY),rX:$(rX)}}
2 changes: 1 addition & 1 deletion data/lt/function/systems/teleporter/on_tick.mcfunction
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9b4ad3

Please sign in to comment.