- Create custom instance in the Curseforge App
- Add mods
- Test compatibility of added mods
- create
automation
folder in%HOMEPATH%/curseforge/minecraft/Instances/<modpackname>
- Extract ModpackUploader in
%HOMEPATH%/curseforge/minecraft/Instances/<modpackname>/automation
- Fill in the settings.ps1 file with your modpack information and change $INSTANCE_ROOT value to
("$PSScriptRoot/.." | Resolve-Path)
- Fill in the secrets.ps1 file with your CurseForge Upload API Token.
- Run the modpack-uploader.ps1 when you're ready to upload your modpack to Curseforge
- update Curseforge Instance through the launcher (minecraftinstance.json will be updated)
(create a blank repo in Github)
cd %HOMEPATH%/curseforge/minecraft/Instances/<modpackname>
git init .
edit .gitignore (e.g. https://github.com/adamico/mechanical-mastery-plus/blob/main/.gitignore)
git add .
git commit -m "initial commit"
- copy Cat-Downloader-Legacy and Cat-Downloader-Legacy_Setup.bat in
%HOMEPATH%/curseforge/minecraft/Instances/<modpackname>/automation
- rename Cat-Downloader-Legacy-.jar to Cat-Downloader-Legacy.jar
- launch Cat-Downloader-Legacy_Setup.bat