summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.6.4+build.169.json6
-rw-r--r--fabric/loader-installer-json/0.6.4+build.169.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.6.4+build.169.json b/fabric/jars/net.fabricmc.fabric-loader.0.6.4+build.169.json
new file mode 100644
index 000000000..70e9004fe
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.6.4+build.169.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2019-11-09T18:58:04",
+ "sha1": "11388a885da174cafcf4d039525c4086708a254b",
+ "sha256": "f7753173f42ea10aafcc4835d2b74c41bfc91c3181be09b23c47fc0d2807d7a7",
+ "size": 305076
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.6.4+build.169.json b/fabric/loader-installer-json/0.6.4+build.169.json
new file mode 100644
index 000000000..e328e3f0e
--- /dev/null
+++ b/fabric/loader-installer-json/0.6.4+build.169.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.7.11.38",
+ "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.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 b9f9ff449..667f5c809 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 169,
+ "maven": "net.fabricmc:fabric-loader:0.6.4+build.169",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.6.4+build.169"
+ },
+ {
"build": 168,
"maven": "net.fabricmc:fabric-loader:0.6.3+build.168",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.6.3+build.168"
},
{