File tree Expand file tree Collapse file tree
src/systems/datapackCompiler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ dir animations {
288288 tag @s add <%TAGS.TRANSFORMS_ONLY()%>
289289 execute at @s run function ./zzz/set_frame {frame: 0}
290290 tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
291+ tag @s remove <%TAGS.ANIMATION_PLAYING(export_namespace, animation.storage_name)%>
291292 }
292293 }
293294 scoreboard players add @s <%OBJECTIVES.FRAME(animation.storage_name)%> 1
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ dir animations {
288288 tag @s add <%TAGS.TRANSFORMS_ONLY()%>
289289 execute at @s run function ./zzz/set_frame {frame: 0}
290290 tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
291+ tag @s remove <%TAGS.ANIMATION_PLAYING(export_namespace, animation.storage_name)%>
291292 }
292293 }
293294 scoreboard players add @s <%OBJECTIVES.FRAME(animation.storage_name)%> 1
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ dir animations {
288288 tag @s add <%TAGS.TRANSFORMS_ONLY()%>
289289 execute at @s run function ./zzz/set_frame {frame: 0}
290290 tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
291+ tag @s remove <%TAGS.ANIMATION_PLAYING(export_namespace, animation.storage_name)%>
291292 }
292293 }
293294 scoreboard players add @s <%OBJECTIVES.FRAME(animation.storage_name)%> 1
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ dir animations {
288288 tag @s add <%TAGS.TRANSFORMS_ONLY()%>
289289 execute at @s run function ./zzz/set_frame {frame: 0}
290290 tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
291+ tag @s remove <%TAGS.ANIMATION_PLAYING(export_namespace, animation.storage_name)%>
291292 }
292293 }
293294 scoreboard players add @s <%OBJECTIVES.FRAME(animation.storage_name)%> 1
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ dir animations {
288288 tag @s add <%TAGS.TRANSFORMS_ONLY()%>
289289 execute at @s run function ./zzz/set_frame {frame: 0}
290290 tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
291+ tag @s remove <%TAGS.ANIMATION_PLAYING(export_namespace, animation.storage_name)%>
291292 }
292293 }
293294 scoreboard players add @s <%OBJECTIVES.FRAME(animation.storage_name)%> 1
You can’t perform that action at this time.
0 commit comments