summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.8.5+build.199.json6
-rw-r--r--fabric/loader-installer-json/0.8.5+build.199.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.5+build.199.json b/fabric/jars/net.fabricmc.fabric-loader.0.8.5+build.199.json
new file mode 100644
index 000000000..aa13ab5f4
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.8.5+build.199.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2020-05-31T09:23:42",
+ "sha1": "8def67ea70e9ab67c5e0b745a139180bafb294aa",
+ "sha256": "65796211a007c125b772d51ec83baec7b365a8912f4ac59deede3437218c928d",
+ "size": 329449
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.8.5+build.199.json b/fabric/loader-installer-json/0.8.5+build.199.json
new file mode 100644
index 000000000..ad527dfd4
--- /dev/null
+++ b/fabric/loader-installer-json/0.8.5+build.199.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 496c4a917..b42598171 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 199,
+ "maven": "net.fabricmc:fabric-loader:0.8.5+build.199",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.8.5+build.199"
+ },
+ {
"build": 198,
"maven": "net.fabricmc:fabric-loader:0.8.4+build.198",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.8.4+build.198"
},
{