File tree 2 files changed +3
-3
lines changed
src/systems/datapackCompiler/1.21.2
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"title" : " Animated Java" ,
5
5
"icon" : " icon.svg" ,
6
6
"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 " ,
9
9
"min_blockbench_version" : " 4.11.1" ,
10
10
"author" : {
11
11
"name" : " Titus Evans (SnaveSutit)" ,
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ dir <%export_namespace%> {
621
621
}
622
622
}
623
623
tp @s ~ ~ ~ ~ ~
624
- execute at @s on passengers run tp @s ~ ~ ~ ~ ~
624
+ execute at @s on passengers run rotate @s ~ ~
625
625
data modify entity @s teleport_duration set value <%teleportation_duration%>
626
626
execute on passengers run data modify entity @s teleport_duration set value <%teleportation_duration%>
627
627
# Custom Summon Commands
You can’t perform that action at this time.
0 commit comments