newo-2001 / MC-Modpack-Downloader

Script to download Minecraft modpacks without the need for the FTB app or Overwolf
MIT License
22 stars 4 forks source link

Provide a method of specifying the location of manifest.json for CurseForge #13

Closed newo-2001 closed 1 day ago

newo-2001 commented 4 months ago

Currently manifest.json is read from the root directory. When originally downloaded this file is placed next to the rest of the modpack. It would be useful to specify this location instead so that the script can automatically download the mods into this folder; requiring fewer manual steps to get the files in the right location.

As of now it is unclear what this workflow would look like exactly because this would tightly couple the location of the manifest file and the output directory.

Some possible approaches: