Last active
August 29, 2015 14:06
-
-
Save peterix/357d4262bb63fd57382e to your computer and use it in GitHub Desktop.
mod metadata storege in instances
This file contains hidden or 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, | |
| "installed": [ | |
| { | |
| "qm_uid": "appeng.appliedenergistics2", | |
| "qm_updateUrl": "http://ae2.ae-mod.info/builds/quickmod.qm", | |
| "version": "1.1.21", | |
| "name": "Applied Energistics 2", | |
| "installedFiles": [ | |
| { | |
| "path":"mods/appeng.appliedenergistics2.appeng.appliedenergistics2-rv1-beta-21.jar", | |
| "sha1":"470d8a1abd8b2be99b7aeee289017b4d7d9d3391" | |
| } | |
| ], | |
| "installedPatch": "appeng.appliedenergistics2.json" | |
| }, | |
| { | |
| "qm_uid": "codechicken.core", | |
| "asDependency": true, | |
| "qm_updateUrl": "https://rawgit.com/ZephireNZ/QuickMods/master/CodeChickenCore.quickmod", | |
| "version": "1.0.2.9", | |
| "name": "CodeChickenCore", | |
| "installedFiles": [ | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.core-1.0.2.9.jar", | |
| "sha1":"6fcfa761c58b3d0d79bf46c665654cb923df2456" | |
| } | |
| ] | |
| }, | |
| { | |
| "qm_uid": "codechicken.lib", | |
| "asDependency": true, | |
| "qm_updateUrl": "https://rawgit.com/ZephireNZ/QuickMods/master/CodeChickenLib.quickmod", | |
| "version": "1.1.1.102", | |
| "name": "CodeChickenLib", | |
| "installedFiles": [ | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.lib-1.1.1.102.jar", | |
| "sha1":"6a2e20e5676d8bfda14c7157bf4d6cb2d621100c" | |
| } | |
| ] | |
| }, | |
| { | |
| "qm_uid": "codechicken.nei", | |
| "qm_updateUrl": "https://rawgit.com/ZephireNZ/QuickMods/master/NotEnoughItems.quickmod", | |
| "version": "1.0.2.15", | |
| "name": "NotEnoughItems", | |
| "installedFiles": [ | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.nei-1.0.2.15.jar", | |
| "sha1":"b244a3dc207c435e2a67a909aec6c4bc204a785f" | |
| } | |
| ] | |
| }, | |
| { | |
| "qm_uid": "invtweaks", | |
| "qm_updateUrl": "https://rawgit.com/ZephireNZ/QuickMods/master/InventoryTweaks.quickmod", | |
| "version": "1.58", | |
| "name": "InventoryTweaks", | |
| "installedFiles":[ | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.invtweaks-1.58.jar", | |
| "sha1":"fb02bfc6079f229d7ec54d3a496106e4d7a9f10e" | |
| } | |
| ] | |
| } | |
| ], | |
| "cached": [ | |
| { | |
| "path":"mods/appeng.appliedenergistics2.appeng.appliedenergistics2-rv1-beta-21.jar", | |
| "sha1":"470d8a1abd8b2be99b7aeee289017b4d7d9d3391", | |
| "last_changed_timestamp":1410077017 | |
| }, | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.core-1.0.2.9.jar", | |
| "sha1":"6fcfa761c58b3d0d79bf46c665654cb923df2456", | |
| "last_changed_timestamp":1410077014 | |
| }, | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.lib-1.1.1.102.jar", | |
| "sha1":"6a2e20e5676d8bfda14c7157bf4d6cb2d621100c", | |
| "last_changed_timestamp":1410077014 | |
| }, | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.codechicken.nei-1.0.2.15.jar", | |
| "sha1":"b244a3dc207c435e2a67a909aec6c4bc204a785f", | |
| "last_changed_timestamp":1410077014 | |
| }, | |
| { | |
| "path":"mods/ZephireNZ.QuickMods.invtweaks-1.58.jar", | |
| "sha1":"fb02bfc6079f229d7ec54d3a496106e4d7a9f10e", | |
| "last_changed_timestamp":1410077015 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment