mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Add NMS definition for 1.16.4
This commit is contained in:
parent
e6e9fdca31
commit
33287b650f
@ -124,6 +124,8 @@ public class CompatibilityManager {
|
||||
return NMSVersion.NMS_1_16_2;
|
||||
} else if(minecraftGameVersion.getPatchVersion().asInt() == 3) {
|
||||
return NMSVersion.NMS_1_16_3;
|
||||
} else if(minecraftGameVersion.getPatchVersion().asInt() >= 4) {
|
||||
return NMSVersion.NMS_1_16_4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,6 +20,7 @@ public enum NMSVersion {
|
||||
NMS_1_16_1("1.16.1"),
|
||||
NMS_1_16_2("1.16.2"),
|
||||
NMS_1_16_3("1.16.3"),
|
||||
NMS_1_16_4("1.16.4"),
|
||||
|
||||
//Version not known to this build of mcMMO
|
||||
UNSUPPORTED("unsupported");
|
||||
|
Loading…
Reference in New Issue
Block a user