Update NMS & Effects

This commit is contained in:
sky
2020-02-13 16:46:26 +08:00
parent e1cf108ab2
commit 03c8755067
5 changed files with 75 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import java.util.Arrays;
*/
public enum Version {
v1_7(10700), v1_8(10800), v1_9(10900), v1_10(11000), v1_11(11100), v1_12(11200), v1_13(11300), v1_14(11400), v1_15(11500), vNull(0);
v1_7(10700), v1_8(10800), v1_9(10900), v1_10(11000), v1_11(11100), v1_12(11200), v1_13(11300), v1_14(11400), v1_15(11500), v1_16(11600), vNull(0);
private int versionInt;