andrew0
andrew0
oh, sorry, i did not notice the response from you, but, im just using the code from the api documentation
``` from portablemc import Context, VersionManifest, StartOptions, Start import os main_dir = "{}\\.minecraft".format(os.environ.get('APPDATA')) work_dir = "{}\\.minecraft".format(os.environ.get('APPDATA')) ctx = Context(main_dir, work_dir) print(ctx.work_dir) print(ctx.versions_dir) print(ctx.assets_dir) print(ctx.libraries_dir) print(ctx.jvm_dir) print(ctx.bin_dir) cache_file = "{}\\.minecraft\\manifest.json".format(os.environ.get('APPDATA')) cache_timeout...

ur a legend
another link