Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

File Format

Nincodedo edited this page Jun 1, 2017 · 1 revision
{
   "files": [
        {
            "name": (Name of mod),
            "fileID": (File ID from Curse),
            "projectID": (Project ID from Curse),
            "releaseType": ("release" or "beta", optional),
            "skipDownload": (true/false, defaults to false, optional),
            "skipUpdate": (true/false, defaults to false, optional)
        }
    ],
    "thirdParty": [
        {
            "name": (Name of mod),
            "url": (Static URL you can download the jar from directly)
        }
    ]
}
Clone this wiki locally