Skip to content

Instantly share code, notes, and snippets.

@Thinkofname
Last active December 25, 2015 05:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thinkofname/6927216 to your computer and use it in GitHub Desktop.
Save Thinkofname/6927216 to your computer and use it in GitHub Desktop.
{
"version": {
"name": "13w41a",
"protocol": 0
},
"players": {
"max": 100,
"online": 5,
"sample":[
{"name":"Thinkofdeath", "id":""}
]
},
"description": {"text":"Hello world"},
"favicon": "data:image/png;base64,<data>"
}
@makkarpov
Copy link

Forge Mod Loader adds following structure into root tag:

{
    "modinfo": {
        "type": "FML",
        "modList": [
            {"modid":"mcp","version":"8.09"},
            {"modid":"FML","version":"7.2.116.36"},
            {"modid":"Forge","version":"10.12.0.1033"}
        ]
    }
}

@Thinkofname
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment