diff --git a/offline-minecraft-launcher.py b/offline-minecraft-launcher.py index 9840732..72a357d 100644 --- a/offline-minecraft-launcher.py +++ b/offline-minecraft-launcher.py @@ -327,7 +327,7 @@ def main(): separator = ";" libraryList = "" if lv["osName"] != "windows": separator = ":" - print("\nLibraries:") + print("\nLoaded libraries:") clientJar = "" for libraryID in loadLibraries: library = loadLibraries[libraryID] @@ -370,7 +370,7 @@ def main(): try: launcherVariables["assets_index_name"] = findInChain(versionsPath,lv["version"],["assets"]) except: - print("Could not find assets_index_name, assuming pre-1.6") + print("> Could not find assets_index_name, assuming pre-1.6") launcherVariables["assets_index_name"] = "pre-1.6" launcherVariables["auth_access_token"] = "-" launcherVariables["auth_uuid"] = hashlib.md5(lv["name"].encode('utf-8')).hexdigest()