Snapshot 20w21a

This commit is contained in:
Five (Xer)
2020-05-23 00:18:36 +02:00
parent 10680f16d3
commit d37b6a361c
10 changed files with 281 additions and 27 deletions

View File

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