Ready for 1.18 release

This commit is contained in:
FivePB (Xer)
2021-11-23 21:59:36 +01:00
committed by GitHub
parent b5cad80cfc
commit 7cc40f8fea

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, 54, "1.18"); // Snapshot: 1.18-pre6, future protocol: 757
MINECRAFT_1_18(757, "1.18");
private static final int SNAPSHOT_BIT = 30;