Minecraft 25w06a protocol support

This commit is contained in:
md_5 2025-02-08 08:30:30 +11:00
parent 69861e5334
commit 2337acfcc1
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

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 = 1073742056;
public static final int MINECRAFT_1_21_5 = 1073742057;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;