diff options
| author | Meta Bot <gitbot@scrumplex.net> | 2022-08-05 18:00:37 +0000 |
|---|---|---|
| committer | Meta Bot <gitbot@scrumplex.net> | 2022-08-05 18:00:37 +0000 |
| commit | c99fa7a35c1c9f215cc445b81d628d8b623e7b53 (patch) | |
| tree | 4dd440578500cc777dbe4b88edbfcdde2423fdef /fabric | |
| parent | 8bfffc7ccde4b27556e54f6d740b636aa988f9cc (diff) | |
| download | Meta-Upstream-c99fa7a35c1c9f215cc445b81d628d8b623e7b53.tar.gz Meta-Upstream-c99fa7a35c1c9f215cc445b81d628d8b623e7b53.zip | |
Update 2022-08-05
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.14.9.json | 3 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.14.9.json | 49 | ||||
| -rw-r--r-- | fabric/meta-v2/loader.json | 9 |
3 files changed, 60 insertions, 1 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.14.9.json b/fabric/jars/net.fabricmc.fabric-loader.0.14.9.json new file mode 100644 index 000000000..99d63409a --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.14.9.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2022-08-05T17:01:17+00:00" +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.14.9.json b/fabric/loader-installer-json/0.14.9.json new file mode 100644 index 000000000..a11ea1dff --- /dev/null +++ b/fabric/loader-installer-json/0.14.9.json @@ -0,0 +1,49 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.11.4+mixin.0.8.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.8.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:2.1.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:9.3", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.3", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.3", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.3", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.3", + "url": "https://maven.fabricmc.net/" + } + ], + "server": [] + }, + "mainClass": { + "client": "net.fabricmc.loader.impl.launch.knot.KnotClient", + "server": "net.fabricmc.loader.impl.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 fd15b5e15..b8df05c17 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 9, + "maven": "net.fabricmc:fabric-loader:0.14.9", + "separator": ".", + "stable": true, + "version": "0.14.9" + }, + { "build": 8, "maven": "net.fabricmc:fabric-loader:0.14.8", "separator": ".", - "stable": true, + "stable": false, "version": "0.14.8" }, { |
