This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Releases: Nincraft/ModPackDownloader
Releases · Nincraft/ModPackDownloader
0.4.2
0.4.1
- Added checkMCUpdate parameter. Allows you to check a manifest for what files are available for the given Minecraft version. Useful to see if your favorite modpack has all the mods in a new Minecraft version.
- updateCurseModpack parameter warning has been added. Next release will change this from reading a slug file to accepting the slug as a String in the parameter list
- Lots of refactoring
0.4
Updating is broken in this release. Please use 0.4.1 https://github.com/Nincraft/ModPackDownloader/releases/tag/0.4.1
0.3.4
0.3.3
0.3.2
0.3.1
0.3
Major updates
- Arguments have changed for this version. If you do not specify any arguments, it will default to a manifest of manifest.json and a download folder of mods. However if you are specifying any arguments you must put "-manifest" in front of your manifest file and "-folder" in front of your download folder location. Examples in the README.md and wiki have been updated.
- Added backup Minecraft version for updating mods
- You can specify multiple backup versions when updating a mod so if one is not found for your main version, it will look at the backup version as well. Useful for Minecraft 1.10.2 modpacks that may have mods from 1.9.4 that still work.
Minor updates
- Added clear cache option "-clearCache"
- Fixed mods not getting marked as skip download when no backup version is found
- Refactored processing logic
- Added additional logging statements
- Added argument validation
- Manifests will be checked before running to make sure they exist
- Added download summary logging statement