mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 04:25:26 +02:00
Add NMS definition for 1.16.4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user