diff options
| -rw-r--r-- | liteloader/versions.json | 65 |
1 files changed, 63 insertions, 2 deletions
diff --git a/liteloader/versions.json b/liteloader/versions.json index bde9e182f..864fdc2b3 100644 --- a/liteloader/versions.json +++ b/liteloader/versions.json @@ -2,8 +2,8 @@ "meta": { "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.", - "updated": "2017-08-04T11:26:42+01:00", - "updatedTime": 1501842402, + "updated": "2017-08-04T12:43:16+01:00", + "updatedTime": 1501846996, "url": "http://dl.liteloader.com" }, "versions": { @@ -348,6 +348,67 @@ ] } }, + "1.12.1": { + "dev": { + "fgVersion": "2.3", + "mappings": "snapshot_20170804" + }, + "repo": { + "classifier": "", + "stream": "SNAPSHOT", + "type": "m2", + "url": "http://repo.mumfrey.com/content/repositories/snapshots/" + }, + "snapshots": { + "com.mumfrey:liteloader": { + "32f3f839607df123129a8c66a3566b6f": { + "build": "1.12.1-SNAPSHOT-r0BC7907-b1-1", + "file": "liteloader-1.12.1-SNAPSHOT.jar", + "lastSuccessfulBuild": null, + "libraries": [ + { + "name": "net.minecraft:launchwrapper:1.12" + }, + { + "name": "org.ow2.asm:asm-all:5.0.3" + } + ], + "md5": "32f3f839607df123129a8c66a3566b6f", + "stream": "SNAPSHOT", + "timestamp": "1501843394", + "tweakClass": "com.mumfrey.liteloader.launch.LiteLoaderTweaker", + "version": "1.12.1-SNAPSHOT" + }, + "latest": { + "build": "1.12.1-SNAPSHOT-r0BC7907-b1-1", + "file": "liteloader-1.12.1-SNAPSHOT.jar", + "lastSuccessfulBuild": null, + "libraries": [ + { + "name": "net.minecraft:launchwrapper:1.12" + }, + { + "name": "org.ow2.asm:asm-all:5.0.3" + } + ], + "md5": "32f3f839607df123129a8c66a3566b6f", + "stream": "SNAPSHOT", + "timestamp": "1501843394", + "tweakClass": "com.mumfrey.liteloader.launch.LiteLoaderTweaker", + "version": "1.12.1-SNAPSHOT" + } + }, + "libraries": [ + { + "name": "net.minecraft:launchwrapper:1.12" + }, + { + "name": "org.spongepowered:mixin:0.7.1-SNAPSHOT", + "url": "https://repo.spongepowered.org/maven/" + } + ] + } + }, "1.5.2": { "artefacts": { "com.mumfrey:liteloader": { |
