More progress

This commit is contained in:
Five (Xer)
2020-06-04 21:21:54 +02:00
parent 6734ef3a08
commit 009f207883
4 changed files with 84 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ public enum ProtocolVersion {
MINECRAFT_1_15(573, "1.15"),
MINECRAFT_1_15_1(575, "1.15.1"),
MINECRAFT_1_15_2(578, "1.15.2"),
MINECRAFT_1_16(718, "1.16");
MINECRAFT_1_16(721, "1.16");
private final int protocol;
private final String name;