Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

client JSON

Minizbot2012 edited this page Jul 13, 2016 · 4 revisions

The client json (should be named mod-repo.json) lists whether or not this is being run on a server / client and also the pack URL.

ex

{
   "URL": "<Link to the pack's JSON>",
   "Side": "<If this is a server install then this should be 'server' else it should be 'client'>"
}

Note that there is no trailing comma after side in the example, GSON will yell at you if you put one there.

###Pack - JSON formattings JSON Root

Donwload File Format

(ADV Users) Userscript

Client JSON format

Creating the Client JSON

Clone this wiki locally