| 185 | } |
| 186 | |
| 187 | QString MinecraftInstance::getNativePath() const |
| 188 | { |
| 189 | QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/")); |
| 190 | return natives_dir.absolutePath(); |
| 191 | } |
| 192 | |
| 193 | QString MinecraftInstance::getLocalLibraryPath() const |
| 194 | { |
no test coverage detected