Created
May 20, 2014 16:02
-
-
Save mikeemoo/3c6ebf2621fcb68ee75f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"formatVersion": 1, | |
"name": "testmodname", | |
"description": "test mod description\nsome more", | |
"nemName": "nemname", | |
"uid": "this.should.be.unique", | |
"repo": "some.testing.repo", | |
"modId": "modid", | |
"urls": { | |
"website": ["http://test.com/"], | |
"icon": ["http://test.com/icon.png"], | |
"logo": ["http://test.com/logo.png"] | |
}, | |
"license": "WTFPL", | |
"updateUrl": "http://test.com/testmodname.json", | |
"references": { | |
"OtherName": "http://other.com/othername.json", | |
"Other2Name": "https://other2.com/other2name.json", | |
"stuff": "https://stuff.org/stuff.json", | |
"TheWikipediaMod": "ftp://wikipedia.org/thewikipediamod.quickmod" | |
}, | |
"categories": [ | |
"cat", | |
"grep", | |
"ls", | |
"cp" | |
], | |
"tags": [ | |
"tag", | |
"tictactoe" | |
], | |
"versions": [ | |
{ | |
"fileId": "<uniqueIdentifier>", | |
"version": "1.42", | |
"url": "http://downloads.com/deadbeaf", | |
"forgeCompat": "(9.8.42,)", | |
"mcCompat": [ | |
"1.6.2", | |
"1.6.4" | |
], | |
"references": [ | |
{ | |
"uid": "stuff", | |
"type": "depends", | |
"version": "1.0.0.0.0", | |
"fileId": "<uniqueIdentifier>" | |
}, | |
{ | |
"uid": "OtherName", | |
"type": "recommends", | |
"version": "1.2.3", | |
"fileId": "<uniqueIdentifier>" | |
} | |
], | |
"downloadType": "sequential", | |
"installType": "configPack", | |
"md5": "a68b86df2f3fff44" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment