Minecraft 1.21.7 support
This commit is contained in:
parent
88436c44a6
commit
7c7cb3de0f
@ -51,6 +51,7 @@ public class ProtocolConstants
|
|||||||
public static final int MINECRAFT_1_21_4 = 769;
|
public static final int MINECRAFT_1_21_4 = 769;
|
||||||
public static final int MINECRAFT_1_21_5 = 770;
|
public static final int MINECRAFT_1_21_5 = 770;
|
||||||
public static final int MINECRAFT_1_21_6 = 771;
|
public static final int MINECRAFT_1_21_6 = 771;
|
||||||
|
public static final int MINECRAFT_1_21_7 = 772;
|
||||||
public static final List<String> SUPPORTED_VERSIONS;
|
public static final List<String> SUPPORTED_VERSIONS;
|
||||||
public static final List<Integer> SUPPORTED_VERSION_IDS;
|
public static final List<Integer> SUPPORTED_VERSION_IDS;
|
||||||
|
|
||||||
@ -116,7 +117,8 @@ public class ProtocolConstants
|
|||||||
ProtocolConstants.MINECRAFT_1_21_2,
|
ProtocolConstants.MINECRAFT_1_21_2,
|
||||||
ProtocolConstants.MINECRAFT_1_21_4,
|
ProtocolConstants.MINECRAFT_1_21_4,
|
||||||
ProtocolConstants.MINECRAFT_1_21_5,
|
ProtocolConstants.MINECRAFT_1_21_5,
|
||||||
ProtocolConstants.MINECRAFT_1_21_6
|
ProtocolConstants.MINECRAFT_1_21_6,
|
||||||
|
ProtocolConstants.MINECRAFT_1_21_7
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( SNAPSHOT_SUPPORT )
|
if ( SNAPSHOT_SUPPORT )
|
||||||
|
Loading…
Reference in New Issue
Block a user