| 24 | static ModPlatform::ProviderCapabilities ProviderCaps; |
| 25 | |
| 26 | static std::list<Version> mcVersions(BaseInstance* inst) |
| 27 | { |
| 28 | return { static_cast<MinecraftInstance*>(inst)->getPackProfile()->getComponent("net.minecraft")->getVersion() }; |
| 29 | } |
| 30 | |
| 31 | static ModAPI::ModLoaderTypes mcLoaders(BaseInstance* inst) |
| 32 | { |
no test coverage detected