diff options
| author | Petr Mrázek <peterix@gmail.com> | 2017-04-05 01:00:07 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2017-04-05 01:00:07 +0200 |
| commit | bd23f3c81a7e85bb097975eb806b048f810fab44 (patch) | |
| tree | 463ae427404c4ba117964b3fdd68fe392719d20b /com.mumfrey.liteloader | |
| parent | c895e4da4f950a4b21508682f3e6fc2b7269265b (diff) | |
| download | Meta-Launcher-bd23f3c81a7e85bb097975eb806b048f810fab44.tar.gz Meta-Launcher-bd23f3c81a7e85bb097975eb806b048f810fab44.zip | |
Update 2017-04-05
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 |
