diff options
| -rw-r--r-- | com.mumfrey.liteloader/index.json | 4 | ||||
| -rw-r--r-- | com.mumfrey.liteloader/package.json | 30 | ||||
| -rw-r--r-- | index.json | 6 | ||||
| -rw-r--r-- | net.minecraft/index.json | 6 | ||||
| -rw-r--r-- | org.lwjgl/index.json | 3 |
5 files changed, 33 insertions, 16 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 diff --git a/index.json b/index.json index c3fe63066..2fdf1b137 100644 --- a/index.json +++ b/index.json @@ -4,17 +4,17 @@ { "name": "LiteLoader", "parentUid": "net.minecraft", - "sha256": "28dbe5b4f41abfa01396caad794d4bba0b4e65772632441b86c3e86ce5aaea99", + "sha256": "8d2134368283b8399c00afe4ac79372678b4ae6a578c8f382751891e2b51b1e2", "uid": "com.mumfrey.liteloader" }, { "name": "Minecraft", - "sha256": "6225a3ca47f511bb17d3d7b2d34965d14baaf458c50a2c0c674ff35e68287d70", + "sha256": "3f9981355371b176aca44a3c46f14b015643348348080ef494e10d2a539691c7", "uid": "net.minecraft" }, { "name": "LWJGL", - "sha256": "8c61877a34ea2ee37dbc6f78ed3df7168e7242d43f5b4bd0fb2ff2007cc6a7a3", + "sha256": "c9f302fa7d5af81398a8ca2cfed9f2e4792a2da1a5fc16b24a37943c9540ec64", "uid": "org.lwjgl" }, { diff --git a/net.minecraft/index.json b/net.minecraft/index.json index fed7a91d3..69dd34ba5 100644 --- a/net.minecraft/index.json +++ b/net.minecraft/index.json @@ -1,11 +1,5 @@ { "formatVersion": 0, - "latest": { - "old_alpha": "a1.2.6", - "old_beta": "b1.8.1", - "release": "1.11.2", - "snapshot": "17w13b" - }, "name": "Minecraft", "uid": "net.minecraft", "versions": [ diff --git a/org.lwjgl/index.json b/org.lwjgl/index.json index eed82d209..c0e999bb5 100644 --- a/org.lwjgl/index.json +++ b/org.lwjgl/index.json @@ -1,8 +1,5 @@ { "formatVersion": 0, - "latest": { - "release": "2.9.4-nightly-20150209" - }, "name": "LWJGL", "uid": "org.lwjgl", "versions": [ |
