All Projects → Nincraft → ModPackDownloader

Nincraft / ModPackDownloader

Licence: MIT License
Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.

Programming Languages

java
68154 projects - #9 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to ModPackDownloader

RandomPatches
A bunch of miscellaneous patches for Minecraft.
Stars: ✭ 89 (+67.92%)
Mutual labels:  forge, minecraft-forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+24.53%)
Mutual labels:  forge, minecraft-forge
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (-56.6%)
Mutual labels:  forge, minecraft-forge
The-Aether-II
The Aether II is the sequel to the highly popular dimension mod "The Aether" for modern versions of Minecraft.
Stars: ✭ 35 (-33.96%)
Mutual labels:  forge, curseforge
FlowUpdater
The free and open source solution to update Minecraft.
Stars: ✭ 54 (+1.89%)
Mutual labels:  forge, curseforge
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-60.38%)
Mutual labels:  minecraft-forge, curseforge
The-Aether
The original "The Aether" mod, rewritten to be ported to Minecraft 1.18 and beyond.
Stars: ✭ 85 (+60.38%)
Mutual labels:  forge, curseforge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-58.49%)
Mutual labels:  forge, minecraft-forge
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (-66.04%)
Mutual labels:  minecraft-forge, curseforge
relics
No description or website provided.
Stars: ✭ 24 (-54.72%)
Mutual labels:  forge, minecraft-forge
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-47.17%)
Mutual labels:  forge, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-71.7%)
Mutual labels:  forge, minecraft-forge
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-75.47%)
Mutual labels:  forge, minecraft-forge
ForgeJavaDocs-NG
Minecraft Forge Javadocs for 1.12.2 - 1.18.2.
Stars: ✭ 17 (-67.92%)
Mutual labels:  forge, minecraft-forge
multifold
The next-generation cross-platform Minecraft Launcher.
Stars: ✭ 30 (-43.4%)
Mutual labels:  forge, curseforge
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-20.75%)
Mutual labels:  forge, minecraft-forge
ElevatorMod
Port of the elevator from OpenBlocks for Minecraft 1.8+
Stars: ✭ 21 (-60.38%)
Mutual labels:  forge, minecraft-forge
Velocity
The modern, next-generation Minecraft server proxy.
Stars: ✭ 1,153 (+2075.47%)
Mutual labels:  forge, minecraft-forge
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge
Stars: ✭ 41 (-22.64%)
Mutual labels:  forge, minecraft-forge
plethora
A peripheral provider for ComputerCraft
Stars: ✭ 51 (-3.77%)
Mutual labels:  forge, minecraft-forge

ModPack Downloader CI

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].