Skip to content

Commit

Permalink
forgot writeString itemRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Dec 27, 2023
1 parent 002c0f0 commit a8332d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/structures/ItemsDat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ class ItemsDat {
this.mempos += 25;
await this.writeString(item.extraTexture || "", item.id!);
}

if (meta.version! >= 16) {
await this.writeString(item.itemRenderer || "", item.id!);
}
}
}

Expand Down

0 comments on commit a8332d9

Please sign in to comment.