Creates .txt files with the download links for a Minecraft CurseForge modpack, that can be used when creating custom Modpacks in the SKCraft Launcher
- Download your curseforge Modpack manually (as a .zip file)
- Make sure that you have Python 3.* installed.
- Open the Mods folder of your custom Modpack.
- Move this python file into that folder.
- Extract the
manifest.json
file from your downloaded modpack. - Open a command line and type:
python CFLinker.py [PATH TO manifest.json]
. - If everything went correctly you now have all your .txt files with the download link in the file! Their name is the projectID of any mod used in your pack.
MIT