Skip to content

Commit 357bfa2

Browse files
committed
🛠️ Fix broken passengers from summon tp command
1 parent d36d8de commit 357bfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/datapackCompiler/1.21.2/animation.mcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ dir <%export_namespace%> {
621621
}
622622
}
623623
tp @s ~ ~ ~ ~ ~
624-
execute at @s on passengers run tp @s ~ ~ ~ ~ ~
624+
execute at @s on passengers run rotate @s ~ ~
625625
data modify entity @s teleport_duration set value <%teleportation_duration%>
626626
execute on passengers run data modify entity @s teleport_duration set value <%teleportation_duration%>
627627
# Custom Summon Commands

0 commit comments

Comments
 (0)