1.17-pre2

This commit is contained in:
Andrew Steinborn
2021-05-31 12:47:13 -04:00
committed by GitHub
parent 10bfd8685e
commit c161a3859c

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, 29, "1.17"); // Snapshot: 1.17-pre1, future protocol: 755
MINECRAFT_1_17(-1, 30, "1.17"); // Snapshot: 1.17-pre2, future protocol: 755
private static final int SNAPSHOT_BIT = 30;