We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de444c commit eebec87Copy full SHA for eebec87
src/systems/datapackCompiler/animation.mcb
@@ -296,7 +296,6 @@ dir <%export_namespace%> {
296
$scoreboard players set @s <%OBJECTIVES.FRAME(animation.safe_name)%> $(to_frame)
297
298
scoreboard players operation #this <%OBJECTIVES.I()%> = @s <%OBJECTIVES.TWEEN_DURATION()%>
299
- scoreboard players add @s <%OBJECTIVES.TWEEN_DURATION()%> 1
300
tag @s add <%TAGS.TRANSFORMS_ONLY()%>
301
execute at @s run function ./zzz/apply_frame {frame: 0}
302
$execute at @s run function ./zzz/apply_frame {frame: $(to_frame)}
0 commit comments