Minecraft 1.18-rc3 support
This commit is contained in:
parent
7fc256dba7
commit
98afd548d1
@ -36,7 +36,7 @@ public class ProtocolConstants
|
||||
public static final int MINECRAFT_1_16_4 = 754;
|
||||
public static final int MINECRAFT_1_17 = 755;
|
||||
public static final int MINECRAFT_1_17_1 = 756;
|
||||
public static final int MINECRAFT_1_18 = 1073741880;
|
||||
public static final int MINECRAFT_1_18 = 1073741883;
|
||||
public static final List<String> SUPPORTED_VERSIONS;
|
||||
public static final List<Integer> SUPPORTED_VERSION_IDS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user