Skip to content

Commit 3dace3a

Browse files
committed
🛠️ Missing comma in root tags
1 parent c879f48 commit 3dace3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/datapackCompiler/1.21.4/animation.mcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ dir <%export_namespace%> {
421421
'<%TAGS.NEW()%>', \
422422
'<%TAGS.GLOBAL_ENTITY()%>', \
423423
'<%TAGS.GLOBAL_ROOT()%>', \
424-
'<%TAGS.PROJECT_ENTITY(export_namespace)%>' \
424+
'<%TAGS.PROJECT_ENTITY(export_namespace)%>', \
425425
'<%TAGS.PROJECT_ROOT(export_namespace)%>' \
426426
], \
427427
teleport_duration: 0, \

0 commit comments

Comments
 (0)