summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-03-19 01:00:12 +0100
committerPetr Mrázek <peterix@gmail.com>2020-03-19 01:00:12 +0100
commitf172c15af4d0ab749c5b1caed660314810723a33 (patch)
tree2994893045b132c00d1b5f2cd3e9bf4e4cb98801
parent23475d674fc5a70d61495db80c5ef12367b44503 (diff)
downloadMeta-Upstream-f172c15af4d0ab749c5b1caed660314810723a33.tar.gz
Meta-Upstream-f172c15af4d0ab749c5b1caed660314810723a33.zip
Update 2020-03-19
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.7.8+build.188.json6
-rw-r--r--fabric/loader-installer-json/0.7.8+build.188.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.7.8+build.188.json b/fabric/jars/net.fabricmc.fabric-loader.0.7.8+build.188.json
new file mode 100644
index 000000000..3a8813586
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.7.8+build.188.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2020-03-18T23:27:12",
+ "sha1": "d44a3384947db8a8e8037883d313e02093108c87",
+ "sha256": "a6b855910f2db5b2bb5afffe57b8fec26946308d7f569cc1ad2f1ae87fe38d36",
+ "size": 313883
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.7.8+build.188.json b/fabric/loader-installer-json/0.7.8+build.188.json
new file mode 100644
index 000000000..80c40e826
--- /dev/null
+++ b/fabric/loader-installer-json/0.7.8+build.188.json
@@ -0,0 +1,59 @@
+{
+ "libraries": {
+ "client": [],
+ "common": [
+ {
+ "name": "net.fabricmc:tiny-mappings-parser:0.2.0.11",
+ "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.0.52",
+ "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.3.1",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "org.ow2.asm:asm-analysis:7.3.1",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "org.ow2.asm:asm-commons:7.3.1",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "org.ow2.asm:asm-tree:7.3.1",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "org.ow2.asm:asm-util:7.3.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 d98f5f75b..df3a9f417 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 188,
+ "maven": "net.fabricmc:fabric-loader:0.7.8+build.188",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.7.8+build.188"
+ },
+ {
"build": 187,
"maven": "net.fabricmc:fabric-loader:0.7.8+build.187",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.7.8+build.187"
},
{