Minecraft 1.16.3 support
This commit is contained in:
parent
5ab5a846aa
commit
23661737ef
@ -31,6 +31,7 @@ public class ProtocolConstants
|
||||
public static final int MINECRAFT_1_16 = 735;
|
||||
public static final int MINECRAFT_1_16_1 = 736;
|
||||
public static final int MINECRAFT_1_16_2 = 751;
|
||||
public static final int MINECRAFT_1_16_3 = 753;
|
||||
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
|
||||
"1.8.x",
|
||||
"1.9.x",
|
||||
@ -67,7 +68,8 @@ public class ProtocolConstants
|
||||
ProtocolConstants.MINECRAFT_1_15_2,
|
||||
ProtocolConstants.MINECRAFT_1_16,
|
||||
ProtocolConstants.MINECRAFT_1_16_1,
|
||||
ProtocolConstants.MINECRAFT_1_16_2
|
||||
ProtocolConstants.MINECRAFT_1_16_2,
|
||||
ProtocolConstants.MINECRAFT_1_16_3
|
||||
);
|
||||
|
||||
public enum Direction
|
||||
|
Loading…
Reference in New Issue
Block a user