Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Releases: North-West-Wind/CurseForge-CLI

Better version control & Adapting to new API

Choose a tag to compare

@North-West-Wind North-West-Wind released this 10 Jun 01:41

You can now install modpacks with a modpack ZIP ID. Check the Wiki for usage and example.

Fixed downloadUrl null

Choose a tag to compare

@North-West-Wind North-West-Wind released this 25 May 11:23

The mod downloader should now be more consistent at successfully downloading a mod.

Fixed 403 Errors

Choose a tag to compare

@North-West-Wind North-West-Wind released this 21 May 14:23

This update replaced the old API URL with a wrapper on https://northwestwind.ml to fix all 403 HTTP errors thrown by the old URL.

Support for running from another directory

Choose a tag to compare

@North-West-Wind North-West-Wind released this 31 Mar 10:46

This is designed for users who want to put this into their PATH variable. The program will always store configurations at where it is.

Note: If you have run CurseForge CLI before, you may have to change the cf.json a bit. Open you cf.json and you should see directory. If you see it starts with "./", please change it to its full path.

This update also includes more refined wrapper (batch file or shell script). I recommend downloading the new zip.

Profile "update" retains old mods

Choose a tag to compare

@North-West-Wind North-West-Wind released this 30 Mar 13:19

Fixed the profile update command removing old mod even when the new mod download fails.
This also fixed acceptParent.

Fixed "update" deleting mods

Choose a tag to compare

@North-West-Wind North-West-Wind released this 02 Mar 11:39

This makes updating modpack much faster.

Version Controller

Choose a tag to compare

@North-West-Wind North-West-Wind released this 26 Feb 11:34

You can now install multiple versions of the same modpack!

In order to do that, run curseforge modpack install <ID> just like you would do normally, but you can add an extra argument at the end, which is the FileID. It is the ID of the zip file of the modpack on CurseForge.

However, please note that all modpacks installed with a file ID will NOT update when you call curseforge modpack update <ID>.

Retries, Old Folder Deletion and Better Exceptions

Choose a tag to compare

@North-West-Wind North-West-Wind released this 23 Feb 10:24

Added retries for downloads. Users can change this value in configuration to determine how many times the program will try to download if an error was received.
On some modpack installation errors, the old folder is remained and the program throws errors about it. Users can now decide whether or not to delete the folder in order to install.
Exceptions are now more specific by using Java's different types of exceptions.

Fixed modpack installation error again

Choose a tag to compare

@North-West-Wind North-West-Wind released this 18 Feb 15:20
1.2.5

Fixed modpack installtion error again

Split Update and Repair

Choose a tag to compare

@North-West-Wind North-West-Wind released this 16 Feb 06:50

Modpack update will now not re-download every single mod.
If you want to repair an installed modpack, use modpack repair instead.