Skip to content

Instantly share code, notes, and snippets.

@The-Fireplace
Forked from LexManos/example.json
Last active November 10, 2015 03:53
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 The-Fireplace/65f54fcfd4fe7377ed5d to your computer and use it in GitHub Desktop.
Save The-Fireplace/65f54fcfd4fe7377ed5d to your computer and use it in GitHub Desktop.
Forge Update JSON file.
{
"homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
"promos": {
"1.8-latest": "11.14.3.1543",
"1.8-recommended": "11.14.3.1450"
},
"1.8": {
"11.14.3.1543": "fry: Fix color multiplier applied incorrectly for items.\nfry: OBJ loader: fixed another whitespace-related issue; removed unused "modifyUVs" property for now; added the "flip-v" property to switch between OpenGL-style and DirextX-style model UVs; fixed normals - they are now correct in-world, still a bit strange for the items; fixed normals a little bit for B3D models too.",
"11.14.3.1532": "fry: Fixed normal calculation for vanilla models, fixed the grass darkening and simular issues.\nfry: More lighting fixes, flat lighting now works correctly for grass and torches."
}
}
{
//URL to display in ModList GUI when an update is available
"homepage": "",
"promos": {
"{MinecraftVersion}-latest" : "version",
"{MinecraftVersion}-recomended" : "version"
},
"{MinecraftVersion}" : {
// The changelog will be a ordered list of all entries in this this whos key is >= CURRENT_VERSION && <= TARGET version
"version" : "Changelog since last build",
"version2" : "Changelog since last build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment