Releases: North-West-Wind/CurseForge-CLI
Release list
Fixed modpack installation error
1.2.3 Fixed modpack installatio error
Manifest Finding + Better Profile Generation
Profiles will now be generated with the responsible mod loader (but that does not mean it is installed).
Some modpack does not hold their information in manifest.json, so we use the API to find the required file.
Accept Parent Version Option
Please refer to the README for the usage.
Update Checker + Profile Generator
The program will now check for update from the repo, and notify the user when an update is available.
Profiles will be generated when installing modpacks, but it won't have the correct mod loader (yet).
Fast Profile Installation
This update adds the function to import a profile in where the JAR file is located.
For example, I have a file structure like this:
- sky-farm.zip
- curseforge-cli.jar
By running java -jar curseforge-cli.jar in this directory, the profile will be imported (with mods downloaded) in the folder.
Better Profile Folder Naming
Profile folders will now be in lowercase and all non-alphanumeric characters will be replaced with -
Modpack File Importing
Added command to import modpack directly from an archive (a.k.a. zip)
To use it, do:
curseforge profile import
is the path to the modpack zip. You can import multiple modpacks at once.
Fixed Modpacks with No Overrides
1.0.7 Fixed error when installing modpack with no overrides
Fixed update command generation
1.0.6 Generate correct update command