Skip to content

Commit 7d95287

Browse files
committed
🚧 Squashed v.1.5.1
commit 66986b7 Author: SnaveSutit <snavesutit@gmail.com> Date: Wed Oct 23 09:58:02 2024 -0400 🚧 v1.5.1 commit 357bfa2 Author: SnaveSutit <snavesutit@gmail.com> Date: Wed Oct 23 09:57:52 2024 -0400 🛠️ Fix broken passengers from summon tp command
1 parent d36d8de commit 7d95287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
7-
"version": "1.5.0",
8-
"display_version": "1.5.0",
7+
"version": "1.5.1",
8+
"display_version": "1.5.1",
99
"min_blockbench_version": "4.11.1",
1010
"author": {
1111
"name": "Titus Evans (SnaveSutit)",

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)