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 ffe0372 commit fb7bf44Copy full SHA for fb7bf44
1 file changed
src/systems/datapackCompiler/animation.mcb
@@ -283,7 +283,7 @@ dir <%export_namespace%> {
283
#ARGS: {duration: int, to_frame: int}
284
execute unless entity @s[type=item_display,tag=<%TAGS.PROJECT_ROOT(export_namespace)%>] run return run \
285
function *global/errors/function_not_executed_as_root_entity \
286
- {'export_namespace': '<%export_namespace%>', 'function_path': 'animated_java:<%export_namespace%>/animations/<%animation.safeName%>/tween_play'}
+ {'export_namespace': '<%export_namespace%>', 'function_path': 'animated_java:<%export_namespace%>/animations/<%animation.safeName%>/tween'}
287
function *<%export_namespace%>/animations/pause_all
288
289
tag @s add <%TAGS.ANIMATION_PLAYING(export_namespace, animation.safeName)%>
0 commit comments