Skip to content

Commit

Permalink
Add loginPacket for 1.20 / 1.20.1 (#821)
Browse files Browse the repository at this point in the history
* 1.20 loginPacket

From node-minecraft-protocol tests

* Update loginPacket path for 1.20 and 1.20.1
  • Loading branch information
wgaylord committed Jan 4, 2024
1 parent bdc239a commit c508b6f
Show file tree
Hide file tree
Showing 2 changed files with 8,402 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@
"particles": "pc/1.20",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20",
"tints": "pc/1.20",
"mapIcons": "pc/1.16"
},
Expand All @@ -1245,7 +1245,7 @@
"particles": "pc/1.20",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20",
"tints": "pc/1.20",
"mapIcons": "pc/1.16"
},
Expand Down
Loading

0 comments on commit c508b6f

Please sign in to comment.