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"
}
]


