https://github.com/plally/cf_modpack_installer
downloads modpack zips from curseforge
https://github.com/plally/cf_modpack_installer
curseforge go golang minecraft modded-minecraft
Last synced: 6 months ago
JSON representation
downloads modpack zips from curseforge
- Host: GitHub
- URL: https://github.com/plally/cf_modpack_installer
- Owner: plally
- License: gpl-3.0
- Archived: true
- Created: 2019-11-25T20:11:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T20:09:06.000Z (over 5 years ago)
- Last Synced: 2025-09-02T12:25:19.484Z (10 months ago)
- Topics: curseforge, go, golang, minecraft, modded-minecraft
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf_modpack_installer
downloads all content given a modpack zip from curseforge
You can download compiled binaries from the releases tab for OS X, Windows, or Linux. Alternatively you can build the project yourself with the go tool `go build .` in the root directory of this project.
#### command usage:
```
-installdir string
The directory to create the mods and config director
-loglevel string
(default "debug")
-modzip string
Curseforge modpack zip file containing a manifest.json and overrides
-workers int
amount of goroutines to use to download mod files (default 15)
```
#### examples
* `cf_modpack_installer --modzip "mc_modpack.zip"`
* `cf_modpack_installer --modzip "mc_modpack.zip" --installdir "/home/steve/.minecraft/" --workers 20`