diff options
| author | Petr Mrázek <peterix@gmail.com> | 2017-08-04 12:00:01 +0000 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2017-08-04 12:00:01 +0000 |
| commit | 176e5828e054aba34567d1102408598fada735e9 (patch) | |
| tree | 03792e30d155f2e7e7de9bd61ca583e57f74720b /liteloader | |
| parent | c197c2b73d6c946797e0a29280f1114162998ffe (diff) | |
| download | Meta-Upstream-176e5828e054aba34567d1102408598fada735e9.tar.gz Meta-Upstream-176e5828e054aba34567d1102408598fada735e9.zip | |
Update 2017-08-04
Diffstat (limited to 'liteloader')
| -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": { |
