Minecraft 1.20.3-rc1 support

This commit is contained in:
md_5
2023-12-04 19:02:45 +11:00
parent 70f346c1dc
commit e1462ccdd1

View File

@@ -44,7 +44,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_19_4 = 762;
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 = 1073741989;
public static final int MINECRAFT_1_20_3 = 1073741992;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;