Minecraft 1.17.1 support

This commit is contained in:
md_5
2021-07-07 00:00:00 +10:00
parent b9da505efe
commit c866619f56
2 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_16_3 = 753;
public static final int MINECRAFT_1_16_4 = 754;
public static final int MINECRAFT_1_17 = 755;
public static final int MINECRAFT_1_17_1 = 756;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;
@@ -80,7 +81,8 @@ public class ProtocolConstants
ProtocolConstants.MINECRAFT_1_16_2,
ProtocolConstants.MINECRAFT_1_16_3,
ProtocolConstants.MINECRAFT_1_16_4,
ProtocolConstants.MINECRAFT_1_17
ProtocolConstants.MINECRAFT_1_17,
ProtocolConstants.MINECRAFT_1_17_1
);
if ( SNAPSHOT_SUPPORT )