Update snapshot protocol to 1.20.5 release (#1298)

This commit is contained in:
Adrian 2024-04-23 10:07:39 -05:00 committed by GitHub
parent 8f4adb1cec
commit bf507dc0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
MINECRAFT_1_20(763, "1.20", "1.20.1"),
MINECRAFT_1_20_2(764, "1.20.2"),
MINECRAFT_1_20_3(765, "1.20.3", "1.20.4"),
MINECRAFT_1_20_5(-1, 191, "1.20.5"); // Future Minecraft 1.20.5 | Protocol 766 | Release Candidate 3
MINECRAFT_1_20_5(766, "1.20.5");
private static final int SNAPSHOT_BIT = 30;