We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5e9e3 commit 0a0617bCopy full SHA for 0a0617b
src/systems/datapackCompiler/animation.mcb
@@ -232,9 +232,7 @@ dir <%export_namespace%> {
232
tag @s add <%TAGS.ANIMATION_PLAYING(export_namespace, animation.safe_name)%>
233
scoreboard players set @s <%OBJECTIVES.FRAME(animation.safe_name)%> 0
234
tag @s add <%TAGS.TRANSFORMS_ONLY()%>
235
- say pre
236
execute at @s run function ./zzz/set_frame {frame: 0}
237
- say post
238
tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
239
}
240
function stop {
0 commit comments