Skip to content

Commit c1ff435

Browse files
committed
🛠️ Fix: Data entity has incorrect tags
1 parent 6bcfab1 commit c1ff435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/datapackCompiler/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,9 @@ async function generateRootEntityPassengers(rig: IRenderedRig, rigHash: string)
592592
.set(
593593
'Tags',
594594
new NbtList([
595-
new NbtString(TAGS.GLOBAL_NODE()),
595+
new NbtString(TAGS.GLOBAL_ENTITY()),
596596
new NbtString(TAGS.GLOBAL_DATA()),
597+
new NbtString(TAGS.PROJECT_ENTITY(aj.export_namespace)),
597598
new NbtString(TAGS.PROJECT_DATA(aj.export_namespace)),
598599
])
599600
)

0 commit comments

Comments
 (0)