Compile under 1.16.4 + add new NMS support

This commit is contained in:
darbyjack
2020-11-02 14:35:55 -06:00
parent 1e6fb502a6
commit f52bdbc458
2 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ public enum NMSVersion {
SPIGOT_1_14_R1("v1_14_R1"),
SPIGOT_1_15_R1("v1_15_R1"),
SPIGOT_1_16_R1("v1_16_R1"),
SPIGOT_1_16_R2("v1_16_R2");
SPIGOT_1_16_R2("v1_16_R2"),
SPIGOT_1_16_R3("v1_16_R3");
private final String version;