| 247 | } |
| 248 | |
| 249 | QString MinecraftInstance::getNativePath() const |
| 250 | { |
| 251 | QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/")); |
| 252 | return natives_dir.absolutePath(); |
| 253 | } |
| 254 | |
| 255 | QString MinecraftInstance::getLocalLibraryPath() const |
| 256 | { |
no test coverage detected