JadedLibs

Quick rating

Community listing page, reviews here may not be monitored by the author.

JadedLibs

No reviews yet

Library downloading tool for JadedPacks

Mod Loaders
Minecraft

About

Description

Downloads libraries from a configurable JSON file. The files are automagically downloaded from the repository, and placed in the mods folder.

Example JSON format:

[
	{
		"repo": "https://your.repository/",
		"file": "SomeFile.jar"
	},
	{
		"repo": "https://some.other.repository/",
		"file": "SomeOtherFile.jar"
	}
]