Minecraft 23w45a support

This commit is contained in:
md_5 2023-11-09 19:32:55 +11:00
parent bd8d114992
commit 39b10c0b16
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 = 1073741985;
public static final int MINECRAFT_1_20_3 = 1073741986;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;