summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-04-06 17:00:14 +0200
committerPetr Mrázek <peterix@gmail.com>2020-04-06 17:00:14 +0200
commit239a54e0d5a79ad930df2b5113f5cbe88b385faa (patch)
tree29f84e9c6ab05b9f40e7189a3d3c443c4a75c8ca
parente653033ff7938e3b4d90f08ad7a393a139c9618b (diff)
downloadMeta-Upstream-239a54e0d5a79ad930df2b5113f5cbe88b385faa.tar.gz
Meta-Upstream-239a54e0d5a79ad930df2b5113f5cbe88b385faa.zip
Update 2020-04-06
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.8.0+build.192.json6
-rw-r--r--fabric/loader-installer-json/0.8.0+build.192.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.0+build.192.json b/fabric/jars/net.fabricmc.fabric-loader.0.8.0+build.192.json
new file mode 100644
index 000000000..96ca003d9
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.8.0+build.192.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2020-04-06T14:37:50",
+ "sha1": "ea2b598a3821880c421cb9fc9aa8fd242bf88c83",
+ "sha256": "2ce12657ecdb51e5c24ae808a481a2baecb138a09e8793c04173137f2e0cd6d8",
+ "size": 327588
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.8.0+build.192.json b/fabric/loader-installer-json/0.8.0+build.192.json
new file mode 100644
index 000000000..ad527dfd4
--- /dev/null
+++ b/fabric/loader-installer-json/0.8.0+build.192.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 6942add05..6a411c4dc 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 192,
+ "maven": "net.fabricmc:fabric-loader:0.8.0+build.192",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.8.0+build.192"
+ },
+ {
"build": 191,
"maven": "net.fabricmc:fabric-loader:0.7.10+build.191",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.7.10+build.191"
},
{