diff options
| author | Petr Mrázek <peterix@gmail.com> | 2021-03-12 21:00:43 +0100 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2021-03-12 21:00:43 +0100 |
| commit | 793eabe7d06ae8730aa969c7e76a2a2702b50ee9 (patch) | |
| tree | ef187a8d2d1d40496d29842f9ece76ebea5b4774 | |
| parent | 2063e0093f323b0d9d156abe8df423ffcb128f2b (diff) | |
| download | Meta-Launcher-793eabe7d06ae8730aa969c7e76a2a2702b50ee9.tar.gz Meta-Launcher-793eabe7d06ae8730aa969c7e76a2a2702b50ee9.zip | |
Update 2021-03-12
| -rw-r--r-- | index.json | 2 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/0.11.3.json | 65 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/index.json | 11 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/package.json | 2 |
4 files changed, 78 insertions, 2 deletions
diff --git a/index.json b/index.json index ec58fcfc0..e497ea7ae 100644 --- a/index.json +++ b/index.json @@ -8,7 +8,7 @@ }, { "name": "Fabric Loader", - "sha256": "06285bed97b6776259dff84e7c010e7e1b9496907f8a9822b2102779029f7751", + "sha256": "99c093e191b7ffd7f31ee8dd07f953b0146fdf51f57486261d4d4c1f892cc22d", "uid": "net.fabricmc.fabric-loader" }, { diff --git a/net.fabricmc.fabric-loader/0.11.3.json b/net.fabricmc.fabric-loader/0.11.3.json new file mode 100644 index 000000000..094386e63 --- /dev/null +++ b/net.fabricmc.fabric-loader/0.11.3.json @@ -0,0 +1,65 @@ +{ + "formatVersion": 1, + "libraries": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.2.2.14", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.9.2+mixin.0.8.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.3.0.70", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:1.0.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:fabric-loader-sat4j:2.3.5.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "com.google.jimfs:jimfs:1.2-fabric", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:9.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:fabric-loader:0.11.3", + "url": "https://maven.fabricmc.net" + } + ], + "mainClass": "net.fabricmc.loader.launch.knot.KnotClient", + "name": "Fabric Loader", + "order": 10, + "releaseTime": "2021-03-12T19:13:46+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "type": "release", + "uid": "net.fabricmc.fabric-loader", + "version": "0.11.3" +}
\ No newline at end of file diff --git a/net.fabricmc.fabric-loader/index.json b/net.fabricmc.fabric-loader/index.json index 26a0e1223..c6d327359 100644 --- a/net.fabricmc.fabric-loader/index.json +++ b/net.fabricmc.fabric-loader/index.json @@ -5,6 +5,17 @@ "versions": [ { "recommended": true, + "releaseTime": "2021-03-12T19:13:46+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "sha256": "ee2665f81298b9e4857cf780e1eff9b631dfc736a06b132ea96317b64a94a450", + "type": "release", + "version": "0.11.3" + }, + { "releaseTime": "2021-02-23T19:12:44+00:00", "requires": [ { diff --git a/net.fabricmc.fabric-loader/package.json b/net.fabricmc.fabric-loader/package.json index 1cf03e32a..8bdb5f707 100644 --- a/net.fabricmc.fabric-loader/package.json +++ b/net.fabricmc.fabric-loader/package.json @@ -7,7 +7,7 @@ "name": "Fabric Loader", "projectUrl": "https://fabricmc.net", "recommended": [ - "0.11.2" + "0.11.3" ], "uid": "net.fabricmc.fabric-loader" }
\ No newline at end of file |
