Skip to content

Commit

Permalink
🚧 Squashed v.1.5.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SnaveSutit committed Oct 23, 2024
1 parent d36d8de commit 7d95287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"title": "Animated Java",
"icon": "icon.svg",
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
"version": "1.5.0",
"display_version": "1.5.0",
"version": "1.5.1",
"display_version": "1.5.1",
"min_blockbench_version": "4.11.1",
"author": {
"name": "Titus Evans (SnaveSutit)",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/datapackCompiler/1.21.2/animation.mcb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ dir <%export_namespace%> {
}
}
tp @s ~ ~ ~ ~ ~
execute at @s on passengers run tp @s ~ ~ ~ ~ ~
execute at @s on passengers run rotate @s ~ ~
data modify entity @s teleport_duration set value <%teleportation_duration%>
execute on passengers run data modify entity @s teleport_duration set value <%teleportation_duration%>
# Custom Summon Commands
Expand Down

0 comments on commit 7d95287

Please sign in to comment.