Minecraft 1.18-rc3 support

This commit is contained in:
md_5 2021-11-27 08:00:00 +11:00
parent 7fc256dba7
commit 98afd548d1
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 = 1073741880;
public static final int MINECRAFT_1_18 = 1073741883;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;