Skip to content

Commit c879f48

Browse files
committed
🛠️ Fix: Root entity is missing PROJECT_ENTITY tag
1 parent 447d7b0 commit c879f48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/systems/datapackCompiler/1.21.4/animation.mcb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,13 @@ dir <%export_namespace%> {
417417
$execute store success score #success <%OBJECTIVES.I()%> run data modify storage aj:temp args set value $(args)
418418

419419
summon minecraft:item_display ~ ~ ~ { \
420-
Tags:['<%TAGS.NEW()%>','<%TAGS.GLOBAL_ENTITY()%>','<%TAGS.GLOBAL_ROOT()%>','<%TAGS.PROJECT_ROOT(export_namespace)%>'], \
420+
Tags:[ \
421+
'<%TAGS.NEW()%>', \
422+
'<%TAGS.GLOBAL_ENTITY()%>', \
423+
'<%TAGS.GLOBAL_ROOT()%>', \
424+
'<%TAGS.PROJECT_ENTITY(export_namespace)%>' \
425+
'<%TAGS.PROJECT_ROOT(export_namespace)%>' \
426+
], \
421427
teleport_duration: 0, \
422428
interpolation_duration: <%interpolation_duration%>, \
423429
Passengers:<%root_entity_passengers%>, \

0 commit comments

Comments
 (0)