summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-04-07 00:00:11 +0200
committerPetr Mrázek <peterix@gmail.com>2020-04-07 00:00:11 +0200
commitb4099515b8ad7cb3c012315addb04ca9b936b376 (patch)
treec2700e6876cc5c2b904a9f41e76f51bea8a82d15
parent239a54e0d5a79ad930df2b5113f5cbe88b385faa (diff)
downloadMeta-Upstream-b4099515b8ad7cb3c012315addb04ca9b936b376.tar.gz
Meta-Upstream-b4099515b8ad7cb3c012315addb04ca9b936b376.zip
Update 2020-04-07
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.8.1+build.193.json6
-rw-r--r--fabric/loader-installer-json/0.8.1+build.193.json59
-rw-r--r--fabric/meta-v2/loader.json9
3 files changed, 73 insertions, 1 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.8.1+build.193.json b/fabric/jars/net.fabricmc.fabric-loader.0.8.1+build.193.json
new file mode 100644
index 000000000..0f1d7e382
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.8.1+build.193.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2020-04-06T21:51:58",
+ "sha1": "a8d9c20a0d9d800770dbfca025e707b0c3766575",
+ "sha256": "16253b660cc22ba0db73fd7aeb532d2ed85376bb221329562a746dddaf250d11",
+ "size": 328390
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.8.1+build.193.json b/fabric/loader-installer-json/0.8.1+build.193.json
new file mode 100644
index 000000000..ad527dfd4
--- /dev/null
+++ b/fabric/loader-installer-json/0.8.1+build.193.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 6a411c4dc..d337f1fd2 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 193,
+ "maven": "net.fabricmc:fabric-loader:0.8.1+build.193",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.8.1+build.193"
+ },
+ {
"build": 192,
"maven": "net.fabricmc:fabric-loader:0.8.0+build.192",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.8.0+build.192"
},
{