Snapshot 21w44a

This commit is contained in:
Five (Xer)
2021-11-12 10:53:26 +01:00
parent 9f82af7d31
commit 315ff265c6
3 changed files with 22 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(755, "1.17"),
MINECRAFT_1_17_1(756, "1.17.1"),
MINECRAFT_1_18(-1, 47, "1.18"); // Snapshot: 21w43a, future protocol: 757
MINECRAFT_1_18(-1, 48, "1.18"); // Snapshot: 21w44a, future protocol: 757
private static final int SNAPSHOT_BIT = 30;