| 304 | } |
| 305 | |
| 306 | QString MinecraftInstance::getNativePath() const |
| 307 | { |
| 308 | QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/")); |
| 309 | return natives_dir.absolutePath(); |
| 310 | } |
| 311 | |
| 312 | QString MinecraftInstance::getLocalLibraryPath() const |
| 313 | { |
no test coverage detected