Minecraft 1.18-pre8 support

This commit is contained in:
md_5 2021-11-25 08:00:00 +11:00
parent 21b23624ad
commit 7fc256dba7
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -36,7 +36,7 @@ public class ProtocolConstants
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 int MINECRAFT_1_18 = 1073741877;
public static final int MINECRAFT_1_18 = 1073741880;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;