Skip to content

Commit 6bcfab1

Browse files
committed
🛠️ Fix: Propagate tag fixes to all versions
1 parent 3dace3a commit 6bcfab1

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

src/systems/datapackCompiler/1.20.4/animation.mcb

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

417417
summon minecraft:item_display ~ ~ ~ { \
418-
Tags:['<%TAGS.NEW()%>','<%TAGS.GLOBAL_ENTITY()%>','<%TAGS.GLOBAL_ROOT()%>','<%TAGS.PROJECT_ROOT(export_namespace)%>'], \
418+
Tags:[ \
419+
'<%TAGS.NEW()%>', \
420+
'<%TAGS.GLOBAL_ENTITY()%>', \
421+
'<%TAGS.GLOBAL_ROOT()%>', \
422+
'<%TAGS.PROJECT_ENTITY(export_namespace)%>', \
423+
'<%TAGS.PROJECT_ROOT(export_namespace)%>' \
424+
], \
419425
teleport_duration: 0, \
420426
interpolation_duration: <%interpolation_duration%>, \
421427
Passengers:<%root_entity_passengers%>, \

src/systems/datapackCompiler/1.20.5/animation.mcb

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

417417
summon minecraft:item_display ~ ~ ~ { \
418-
Tags:['<%TAGS.NEW()%>','<%TAGS.GLOBAL_ENTITY()%>','<%TAGS.GLOBAL_ROOT()%>','<%TAGS.PROJECT_ROOT(export_namespace)%>'], \
418+
Tags:[ \
419+
'<%TAGS.NEW()%>', \
420+
'<%TAGS.GLOBAL_ENTITY()%>', \
421+
'<%TAGS.GLOBAL_ROOT()%>', \
422+
'<%TAGS.PROJECT_ENTITY(export_namespace)%>', \
423+
'<%TAGS.PROJECT_ROOT(export_namespace)%>' \
424+
], \
419425
teleport_duration: 0, \
420426
interpolation_duration: <%interpolation_duration%>, \
421427
Passengers:<%root_entity_passengers%>, \

src/systems/datapackCompiler/1.21.2/animation.mcb

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

417417
summon minecraft:item_display ~ ~ ~ { \
418-
Tags:['<%TAGS.NEW()%>','<%TAGS.GLOBAL_ENTITY()%>','<%TAGS.GLOBAL_ROOT()%>','<%TAGS.PROJECT_ROOT(export_namespace)%>'], \
418+
Tags:[ \
419+
'<%TAGS.NEW()%>', \
420+
'<%TAGS.GLOBAL_ENTITY()%>', \
421+
'<%TAGS.GLOBAL_ROOT()%>', \
422+
'<%TAGS.PROJECT_ENTITY(export_namespace)%>', \
423+
'<%TAGS.PROJECT_ROOT(export_namespace)%>' \
424+
], \
419425
teleport_duration: 0, \
420426
interpolation_duration: <%interpolation_duration%>, \
421427
Passengers:<%root_entity_passengers%>, \

0 commit comments

Comments
 (0)