diff options
Diffstat (limited to 'com.mumfrey.liteloader')
| -rw-r--r-- | com.mumfrey.liteloader/index.json | 4 | ||||
| -rw-r--r-- | com.mumfrey.liteloader/package.json | 30 |
2 files changed, 30 insertions, 4 deletions
diff --git a/com.mumfrey.liteloader/index.json b/com.mumfrey.liteloader/index.json index 0f1c18de8..5427fa0eb 100644 --- a/com.mumfrey.liteloader/index.json +++ b/com.mumfrey.liteloader/index.json @@ -1,9 +1,5 @@ { "formatVersion": 0, - "latest": { - "release": "1.10.2", - "snapshot": "1.11.2-SNAPSHOT" - }, "name": "LiteLoader", "parentUid": "net.minecraft", "uid": "com.mumfrey.liteloader", diff --git a/com.mumfrey.liteloader/package.json b/com.mumfrey.liteloader/package.json index 6efdfe815..ba7971417 100644 --- a/com.mumfrey.liteloader/package.json +++ b/com.mumfrey.liteloader/package.json @@ -1,5 +1,35 @@ { + "authors": [ + "Mumfrey" + ], + "description": "LiteLoader is a lightweight mod bootstrap designed to provide basic loader functionality for mods which don't need to modify game mechanics.", "name": "LiteLoader", "parentUid": "net.minecraft", + "projectUrl": "http://dl.liteloader.com", + "promotions": { + "latest": [ + "1.10-SNAPSHOT", + "1.10.2-SNAPSHOT", + "1.11-SNAPSHOT", + "1.11.2-SNAPSHOT", + "1.6.2_04", + "1.6.4_01", + "1.7.10_04", + "1.7.2_05", + "1.8", + "1.8.9-SNAPSHOT", + "1.9-SNAPSHOT", + "1.9.4-SNAPSHOT" + ], + "recommended": [ + "1.10.2", + "1.6.2_04", + "1.6.4_01", + "1.7.10_04", + "1.7.2_05", + "1.8", + "1.9.4" + ] + }, "uid": "com.mumfrey.liteloader" }
\ No newline at end of file |
