diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-08-07 22:00:11 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-08-07 22:00:11 +0200 |
| commit | 752c9abbde4a7520dcd562be42d80f045ca103b8 (patch) | |
| tree | 9b9c3300fb97aad88f8e9c41874ad1b73a62d758 /fabric | |
| parent | 83f91ab46c2e616eff134a948a7f0f77d65dc819 (diff) | |
| download | Meta-Upstream-752c9abbde4a7520dcd562be42d80f045ca103b8.tar.gz Meta-Upstream-752c9abbde4a7520dcd562be42d80f045ca103b8.zip | |
Update 2020-08-07
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.9.1+build.205.json | 6 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.9.1+build.205.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.9.1+build.205.json b/fabric/jars/net.fabricmc.fabric-loader.0.9.1+build.205.json new file mode 100644 index 000000000..4182afcf3 --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.9.1+build.205.json @@ -0,0 +1,6 @@ +{ + "releaseTime": "2020-08-07T19:31:58", + "sha1": "e723472fbc72197ada212c3c62fcca2c4c772b20", + "sha256": "08e0d1a705a89666715962177fa398dc40b2cf3775fdaf30996b434a0abb1057", + "size": 336539 +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.9.1+build.205.json b/fabric/loader-installer-json/0.9.1+build.205.json new file mode 100644 index 000000000..73c2a86de --- /dev/null +++ b/fabric/loader-installer-json/0.9.1+build.205.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.1+build.21", + "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.2-fabric", + "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 3a0774890..3dd266e47 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 205, + "maven": "net.fabricmc:fabric-loader:0.9.1+build.205", + "separator": "+build.", + "stable": true, + "version": "0.9.1+build.205" + }, + { "build": 204, "maven": "net.fabricmc:fabric-loader:0.9.0+build.204", "separator": "+build.", - "stable": true, + "stable": false, "version": "0.9.0+build.204" }, { |
