Really should rewrite this whole thing at a later date

This commit is contained in:
nossr50
2021-01-26 16:00:08 -08:00
parent 9a5b1406b3
commit 68c7de16a8
5 changed files with 287 additions and 284 deletions

View File

@ -21,6 +21,7 @@ public enum NMSVersion {
NMS_1_16_2("1.16.2"),
NMS_1_16_3("1.16.3"),
NMS_1_16_4("1.16.4"),
NMS_1_16_5("1.16.5"),
//Version not known to this build of mcMMO
UNSUPPORTED("unsupported");