Snaphot 21w10a

This commit is contained in:
Five (Xer)
2021-03-11 09:53:55 +01:00
committed by FivePB
parent 6207647aae
commit 581303a54c
2 changed files with 18 additions and 15 deletions

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, 16, "1.17"); // Snapshot: 21w08a, future protocol: 755
MINECRAFT_1_17(-1, 18, "1.17"); // Snapshot: 21w10a, future protocol: 755
private static final int SNAPSHOT_BIT = 30;