1.18.2 support

This commit is contained in:
Shane Freeder
2022-02-28 14:23:25 +00:00
parent 7bd0f9ea14
commit 2fe50bedc5
4 changed files with 98 additions and 1 deletions

View File

@@ -56,7 +56,8 @@ 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(757, "1.18", "1.18.1");
MINECRAFT_1_18(757, "1.18", "1.18.1"),
MINECRAFT_1_18_2(758, "1.18.2");
private static final int SNAPSHOT_BIT = 30;