Minecraft 24w06a support

This commit is contained in:
md_5 2024-02-10 12:26:38 +11:00
parent 464ed0184c
commit d0fa62d424
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -45,7 +45,7 @@ public class ProtocolConstants
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 = 765;
public static final int MINECRAFT_1_20_5 = 1073741999;
public static final int MINECRAFT_1_20_5 = 1073742000;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;