Skip to content

Commit fb7bf44

Browse files
committed
🛠️ Fix #243
1 parent ffe0372 commit fb7bf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/datapackCompiler/animation.mcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ dir <%export_namespace%> {
283283
#ARGS: {duration: int, to_frame: int}
284284
execute unless entity @s[type=item_display,tag=<%TAGS.PROJECT_ROOT(export_namespace)%>] run return run \
285285
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'}
286+
{'export_namespace': '<%export_namespace%>', 'function_path': 'animated_java:<%export_namespace%>/animations/<%animation.safeName%>/tween'}
287287
function *<%export_namespace%>/animations/pause_all
288288

289289
tag @s add <%TAGS.ANIMATION_PLAYING(export_namespace, animation.safeName)%>

0 commit comments

Comments
 (0)