mirror of
https://github.com/QianFuv/PackModsDown.git
synced 2026-04-13 12:01:07 +00:00
Batch download mods from CurseForge modpack zip files.
- Python 100%
| .github/workflows | ||
| docs | ||
| src/packmodsdown | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
PackModsDown
Batch download mods from CurseForge modpack zip files.
Install
pip install packmodsdown
Usage
pmd -m <modpack.zip> -o <output_dir> -k <api_key>
Or use the full name:
packmodsdown -m <modpack.zip> -o <output_dir> -k <api_key> [-c <concurrency>]
Options
| Flag | Description | Default |
|---|---|---|
-m, --modpack |
Path to modpack .zip |
required |
-o, --output |
Output directory | ./mods |
-k, --api-key |
CurseForge API key | required |
-c, --concurrency |
Max concurrent downloads | 10 |