Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nincraft/modpackdownloader
Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.
https://github.com/nincraft/modpackdownloader
curse-manifest-jsons curseforge download-modpacks-linux forge java minecraft minecraft-forge minecraft-forge-modpack minecraft-forge-modpacks modpacks
Last synced: 4 days ago
JSON representation
Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.
- Host: GitHub
- URL: https://github.com/nincraft/modpackdownloader
- Owner: Nincraft
- License: mit
- Archived: true
- Created: 2016-02-08T04:21:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:16:14.000Z (9 months ago)
- Last Synced: 2024-09-26T20:23:52.458Z (4 months ago)
- Topics: curse-manifest-jsons, curseforge, download-modpacks-linux, forge, java, minecraft, minecraft-forge, minecraft-forge-modpack, minecraft-forge-modpacks, modpacks
- Language: Java
- Homepage:
- Size: 467 KB
- Stars: 53
- Watchers: 5
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ModPack Downloader [![CI](https://github.com/Nincraft/ModPackDownloader/actions/workflows/maven.yml/badge.svg)](https://github.com/Nincraft/ModPackDownloader/actions/workflows/maven.yml)
This project is not actively maintained. Please consider finding an alternative downloader.A simple command line downloader for Minecraft Forge Modpacks. Also works with Curse manifest JSONs.
# Usage
Execute via command line with two arguments, the manifest json and the folder where you want your mods downloaded.Example: java -jar modpackdownloader.jar -manifest mods.json -folder mods
This will read the mods.json and download all mods to the mods folder.
It can also be ran without any arguments and default to manifest.json for the manifest and mods for the download folder.
For additional examples check out some of our modpacks that implement this:
- [NEB3 Modpack Repository](https://github.com/Nincraft/NincraftElectricBoogaloo3TheLightAmongTheLongForgottenDarkness/tree/develop)
- [TWBB Modpack Repository](https://github.com/UndeadZeratul/ThereWillBeBlood/tree/develop)
- [TWBB2 Modpack Repository](https://github.com/UndeadZeratul/ThereWillBeBlood2/tree/develop)