Skip to content

Commit

Permalink
Fixed 1.20.3 and 1.20.4 loginPacket version was set incorrectly on da…
Browse files Browse the repository at this point in the history
…ta/dataPaths.json (#853)
  • Loading branch information
n-qber committed Mar 17, 2024
1 parent 90d6dda commit 7367906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@
"particles": "pc/1.20.3",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20.2",
"tints": "pc/1.20.2",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3"
Expand All @@ -1340,7 +1340,7 @@
"particles": "pc/1.20.3",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20.2",
"tints": "pc/1.20.2",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3",
Expand Down Expand Up @@ -2016,4 +2016,4 @@
"language": "bedrock/1.20.10"
}
}
}
}

0 comments on commit 7367906

Please sign in to comment.