mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 12:35:27 +02:00
2.1.141
This commit is contained in:
@@ -120,6 +120,8 @@ public class CompatibilityManager {
|
||||
case 16:
|
||||
if (minecraftGameVersion.getPatchVersion().asInt() == 1) {
|
||||
return NMSVersion.NMS_1_16_1;
|
||||
} else if(minecraftGameVersion.getPatchVersion().asInt() == 2) {
|
||||
return NMSVersion.NMS_1_16_2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user