diff --git a/offline-minecraft-launcher.py b/offline-minecraft-launcher.py index 9b58f3b..373cad8 100644 --- a/offline-minecraft-launcher.py +++ b/offline-minecraft-launcher.py @@ -308,7 +308,7 @@ def main(): libraryPath = p(lv["gamePath"],"libraries") nativePath = p(lv["gamePath"],"natives") versionPath = p(lv["gamePath"],"versions",lv["version"]) - nativesOutPath = p(versionPath,"natives-" +lv["osName"]+ "." +lv["jvmArch"]) + nativesOutPath = p(lv["gamePath"],"natives-extracted",lv["version"],lv["osName"]+ "." +lv["jvmArch"]) assetsPath = p(lv["gamePath"],"assets") print("Scanning .json(s)...")