Minecraft 1.20.5-pre3 support

This commit is contained in:
md_5 2024-04-17 07:55:07 +10:00
parent 1fca510a08
commit 8525b44961
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 = 1073742009;
public static final int MINECRAFT_1_20_5 = 1073742011;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;