Snapshot 21w05a

This commit is contained in:
FivePB (Xer)
2021-02-03 23:49:49 +01:00
committed by FivePB
parent f0d9a445ed
commit 7ea7e77564

View File

@@ -54,7 +54,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_2(751, "1.16.2"),
MINECRAFT_1_16_3(753, "1.16.3"),
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(-1, 11, "1.17"); // Snapshot: 21w03a, future protocol: 755
MINECRAFT_1_17(-1, 12, "1.17"); // Snapshot: 21w05a, future protocol: 755
private static final int SNAPSHOT_BIT = 30;