An open API service indexing awesome lists of open source software.

https://github.com/42loco42/getcfpack

Downloader for CurseForge modpacks
https://github.com/42loco42/getcfpack

curseforge-api golang minecraft modpack-downloader

Last synced: 8 months ago
JSON representation

Downloader for CurseForge modpacks

Awesome Lists containing this project

README

          

# getCFpack
This tool is a simple downloader for CurseForge modpacks,
created after MultiMC stopped supporting the new modpack format.

To use it, obtain an [API Key](https://console.curseforge.com/#/api-keys) and put it into the file `key`.
To download a modpack, get its project ID
(for example, [Nomifactory](https://www.curseforge.com/minecraft/modpacks/nomifactory) has the ID 563950)
and execute `go run . ` (e.g. `go run . 563950`).

## Possible TODOs
- create a MultiMC instance
- support for multiple pack versions (currently, only the first result is chosen)
- file integrity checks
- in-place updates