summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-23 08:00:06 +0000
committerPetr Mrázek <peterix@gmail.com>2019-07-23 08:00:06 +0000
commitde85d3bf45a5a85798fd2e70f61627dbfebeffe3 (patch)
tree30e81f702d86abd6059a2afe8d1114d4601d5f8b
parent3ce8770c9d79c7403aac2c5271a82990c16598a9 (diff)
downloadMeta-Upstream-de85d3bf45a5a85798fd2e70f61627dbfebeffe3.tar.gz
Meta-Upstream-de85d3bf45a5a85798fd2e70f61627dbfebeffe3.zip
Update 2019-07-23
-rw-r--r--fabric/jars/net.fabricmc.fabric-loader.0.4.8+build.158.json6
-rw-r--r--fabric/loader-installer-json/0.4.8+build.158.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.4.8+build.158.json b/fabric/jars/net.fabricmc.fabric-loader.0.4.8+build.158.json
new file mode 100644
index 000000000..ca51d9a1d
--- /dev/null
+++ b/fabric/jars/net.fabricmc.fabric-loader.0.4.8+build.158.json
@@ -0,0 +1,6 @@
+{
+ "releaseTime": "2019-07-23T07:46:30",
+ "sha1": "3e14ce4869d98950508f13b32ee444b6c411b104",
+ "sha256": "12a4a59834208ee9c09577956d7bf76cc12828dc2087652ce3bf207fbd764e4c",
+ "size": 234455
+} \ No newline at end of file
diff --git a/fabric/loader-installer-json/0.4.8+build.158.json b/fabric/loader-installer-json/0.4.8+build.158.json
new file mode 100644
index 000000000..673c9a885
--- /dev/null
+++ b/fabric/loader-installer-json/0.4.8+build.158.json
@@ -0,0 +1,59 @@
+{
+ "libraries": {
+ "client": [],
+ "common": [
+ {
+ "name": "net.fabricmc:tiny-mappings-parser:0.1.1.8",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "net.fabricmc:sponge-mixin:0.7.11.36",
+ "url": "https://maven.fabricmc.net/"
+ },
+ {
+ "name": "net.fabricmc:tiny-remapper:0.1.0.33",
+ "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 a6b661db8..03ff63115 100644
--- a/fabric/meta-v2/loader.json
+++ b/fabric/meta-v2/loader.json
@@ -1,9 +1,16 @@
[
{
+ "build": 158,
+ "maven": "net.fabricmc:fabric-loader:0.4.8+build.158",
+ "separator": "+build.",
+ "stable": true,
+ "version": "0.4.8+build.158"
+ },
+ {
"build": 157,
"maven": "net.fabricmc:fabric-loader:0.4.8+build.157",
"separator": "+build.",
- "stable": true,
+ "stable": false,
"version": "0.4.8+build.157"
},
{