Minecraft 1.18 support
This commit is contained in:
parent
98afd548d1
commit
a9d75c5255
@ -36,7 +36,7 @@ public class ProtocolConstants
|
|||||||
public static final int MINECRAFT_1_16_4 = 754;
|
public static final int MINECRAFT_1_16_4 = 754;
|
||||||
public static final int MINECRAFT_1_17 = 755;
|
public static final int MINECRAFT_1_17 = 755;
|
||||||
public static final int MINECRAFT_1_17_1 = 756;
|
public static final int MINECRAFT_1_17_1 = 756;
|
||||||
public static final int MINECRAFT_1_18 = 1073741883;
|
public static final int MINECRAFT_1_18 = 757;
|
||||||
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user