Minecraft 24w36a support

This commit is contained in:
md_5 2024-09-07 09:13:23 +10:00
parent 84ac7ab944
commit 8f8c270f3b
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -47,7 +47,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_20_3 = 765; public static final int MINECRAFT_1_20_3 = 765;
public static final int MINECRAFT_1_20_5 = 766; public static final int MINECRAFT_1_20_5 = 766;
public static final int MINECRAFT_1_21 = 767; public static final int MINECRAFT_1_21 = 767;
public static final int MINECRAFT_1_21_2 = 1073742031; public static final int MINECRAFT_1_21_2 = 1073742032;
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;