Minecraft 25w19a protocol support

This commit is contained in:
md_5 2025-05-09 19:45:28 +10:00
parent 617c2728a2
commit 2bafb70581
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -50,7 +50,7 @@ public class ProtocolConstants
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 = 770;
public static final int MINECRAFT_1_21_6 = 1073742072;
public static final int MINECRAFT_1_21_6 = 1073742073;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;