diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-04-07 02:00:19 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-04-07 02:00:19 +0200 |
| commit | bf30ea9cdf376a1d205739fd2de30d13cda14aa0 (patch) | |
| tree | 76a46f0353aff2317497128136d46937186ffe64 | |
| parent | b4099515b8ad7cb3c012315addb04ca9b936b376 (diff) | |
| download | Meta-Upstream-bf30ea9cdf376a1d205739fd2de30d13cda14aa0.tar.gz Meta-Upstream-bf30ea9cdf376a1d205739fd2de30d13cda14aa0.zip | |
Update 2020-04-07
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.8.2+build.194.json | 6 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.8.2+build.194.json | 59 | ||||
| -rw-r--r-- | fabric/meta-v2/loader.json | 9 |
3 files changed, 73 insertions, 1 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.8.2+build.194.json b/fabric/jars/net.fabricmc.fabric-loader.0.8.2+build.194.json new file mode 100644 index 000000000..6c7776d0c --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.8.2+build.194.json @@ -0,0 +1,6 @@ +{ + "releaseTime": "2020-04-06T23:12:56", + "sha1": "65ee7c7bd383dd470bfe787f7fc80192edf90762", + "sha256": "84c6b8c98aac8bca0fabe4eb4618c1a7994e069edd97e0609c604e2d3cba9b54", + "size": 328396 +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.8.2+build.194.json b/fabric/loader-installer-json/0.8.2+build.194.json new file mode 100644 index 000000000..ad527dfd4 --- /dev/null +++ b/fabric/loader-installer-json/0.8.2+build.194.json @@ -0,0 +1,59 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.2.2.14", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.8+build.18", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.2.2.64", + "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.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:8.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:8.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:8.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:8.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:8.0", + "url": "https://maven.fabricmc.net/" + } + ], + "server": [ + { + "_comment": "jimfs in fabric-server-launch requires guava on the system classloader", + "name": "com.google.guava:guava:21.0", + "url": "https://maven.fabricmc.net/" + } + ] + }, + "mainClass": { + "client": "net.fabricmc.loader.launch.knot.KnotClient", + "server": "net.fabricmc.loader.launch.knot.KnotServer" + }, + "version": 1 +}
\ No newline at end of file diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index d337f1fd2..908c31d55 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 194, + "maven": "net.fabricmc:fabric-loader:0.8.2+build.194", + "separator": "+build.", + "stable": true, + "version": "0.8.2+build.194" + }, + { "build": 193, "maven": "net.fabricmc:fabric-loader:0.8.1+build.193", "separator": "+build.", - "stable": true, + "stable": false, "version": "0.8.1+build.193" }, { |
