Minecraft 1.17.1 support (#530)

This commit is contained in:
Andrew Steinborn
2021-07-06 07:32:13 +00:00
committed by GitHub
parent 1f7d14f6d1
commit 540d970a4d
4 changed files with 6 additions and 45 deletions

View File

@@ -54,7 +54,8 @@ 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(755, "1.17");
MINECRAFT_1_17(755, "1.17"),
MINECRAFT_1_17_1(756, "1.17.1");
private static final int SNAPSHOT_BIT = 30;