Minecraft 23w44a support

This commit is contained in:
md_5 2023-11-06 20:14:55 +11:00
parent f5157f12a4
commit 65d8edf62d
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -44,7 +44,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_19_4 = 762;
public static final int MINECRAFT_1_20 = 763;
public static final int MINECRAFT_1_20_2 = 764;
public static final int MINECRAFT_1_20_3 = 1073741984;
public static final int MINECRAFT_1_20_3 = 1073741985;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;