Minecraft 1.21.4-rc3 support

This commit is contained in:
md_5 2024-11-30 10:11:33 +11:00
parent b376f61578
commit 20a71b06a9
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -48,7 +48,7 @@ public class ProtocolConstants
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 = 768; public static final int MINECRAFT_1_21_2 = 768;
public static final int MINECRAFT_1_21_4 = 1073742048; public static final int MINECRAFT_1_21_4 = 1073742052;
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;