diff options
| author | Petr Mrázek <peterix@gmail.com> | 2019-10-27 16:00:08 +0100 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2019-10-27 16:00:08 +0100 |
| commit | 917bb10ceaee80cd76d9cc23fc0866e84505dfa7 (patch) | |
| tree | 45344cc26ed1d29d852e381453799dd2c5f3d2fb | |
| parent | 963209b41caace92cf511742e24af3c2d2346a5c (diff) | |
| download | Meta-Upstream-917bb10ceaee80cd76d9cc23fc0866e84505dfa7.tar.gz Meta-Upstream-917bb10ceaee80cd76d9cc23fc0866e84505dfa7.zip | |
Update 2019-10-27
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.6.3+build.168.json | 6 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.6.3+build.168.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.6.3+build.168.json b/fabric/jars/net.fabricmc.fabric-loader.0.6.3+build.168.json new file mode 100644 index 000000000..e93c9218f --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.6.3+build.168.json @@ -0,0 +1,6 @@ +{ + "releaseTime": "2019-10-27T14:54:02", + "sha1": "79ee3605d7c5b0d486566f8d00288b7ec2c329ea", + "sha256": "a60e11cca486e18edce12442c85be8bc112917db681c8d8ae404167965bfe78f", + "size": 304435 +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.6.3+build.168.json b/fabric/loader-installer-json/0.6.3+build.168.json new file mode 100644 index 000000000..f318e62b0 --- /dev/null +++ b/fabric/loader-installer-json/0.6.3+build.168.json @@ -0,0 +1,59 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.1.1.8", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.7.11.38", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.1.0.40", + "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:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:7.1", + "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 ea848f822..b9f9ff449 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 168, + "maven": "net.fabricmc:fabric-loader:0.6.3+build.168", + "separator": "+build.", + "stable": true, + "version": "0.6.3+build.168" + }, + { "build": 167, "maven": "net.fabricmc:fabric-loader:0.6.3+build.167", "separator": "+build.", - "stable": true, + "stable": false, "version": "0.6.3+build.167" }, { |
