Skip to content

Instantly share code, notes, and snippets.

@EliteMasterEric
Last active March 16, 2017 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliteMasterEric/a6bc87090d91bf947bce92b588a98ecd to your computer and use it in GitHub Desktop.
Save EliteMasterEric/a6bc87090d91bf947bce92b588a98ecd to your computer and use it in GitHub Desktop.
Forge Update Checker For M.E.T.A.
{
"homepage": "https://minecraft.curseforge.com/projects/m-e-t-a",
"promos": {
"1.11.2-latest": "1.1.3",
"1.11.2-recommended": "1.1.3",
"1.10.2-latest": "1.1.3",
"1.10.2-recommended": "1.1.3",
},
"1.11.2": {
"1.1.3": "Minor crash fix to resolve a config crash.",
"1.1.2": "Fixed dependencies such that Forge provides a warning instead of crashing due to missing dependencies.",
"1.1.1": "Incremented version number.",
"1.1.0": "Added CompatLayer, creating a version compatible with 1.9 and 1.10.",
"1.0.0": "Initial release."
},
"1.10.2": {
"1.1.3": "Minor crash fix to resolve a config crash.",
"1.1.2": "Fixed dependencies such that Forge provides a warning instead of crashing due to missing dependencies.",
"1.1.1": "Incremented version number.",
"1.1.0": "Added CompatLayer, creating a version compatible with 1.9 and 1.10."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment