Added support for 1.14 NMS for expansions to hook into

This commit is contained in:
darbyjack 2019-05-03 22:51:34 -05:00
parent 15b142ed64
commit b943c6fd21
No known key found for this signature in database
GPG Key ID: 392E68B2FE0ED3E5
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ public enum NMSVersion {
SPIGOT_1_11_R1("v1_11_R1"),
SPIGOT_1_12_R1("v1_12_R1"),
SPIGOT_1_13_R1("v1_13_R1"),
SPIGOT_1_13_R2("v1_13_R2");
SPIGOT_1_13_R2("v1_13_R2"),
SPIGOT_1_14_R1("v1_14_R1");
private String version;