Minecraft 1.21.5-rc1 protocol support

This commit is contained in:
md_5
2025-03-21 07:34:08 +11:00
parent cd186999e5
commit 6f13c2d6b6

View File

@@ -49,7 +49,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_21 = 767;
public static final int MINECRAFT_1_21_2 = 768;
public static final int MINECRAFT_1_21_4 = 769;
public static final int MINECRAFT_1_21_5 = 1073742065;
public static final int MINECRAFT_1_21_5 = 1073742066;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;