From fb2fdadf18c7b074b5387c88c419597066c12dae Mon Sep 17 00:00:00 2001 From: Fierelier Date: Thu, 17 Jun 2021 21:52:03 +0200 Subject: [PATCH] New native extraction path --- offline-minecraft-launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)...")