Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.

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)