diff options
| author | Petr Mrázek <peterix@gmail.com> | 2021-10-24 21:00:15 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2021-10-24 21:00:15 +0200 |
| commit | 2357c5013c027f337c19bfa646473443add8ffc1 (patch) | |
| tree | b2e4d718b4462da5a1e7129c2131c321beaef293 | |
| parent | 15ccdb3f894a5f046dba2ed5a839b007fa755998 (diff) | |
| download | Meta-Upstream-2357c5013c027f337c19bfa646473443add8ffc1.tar.gz Meta-Upstream-2357c5013c027f337c19bfa646473443add8ffc1.zip | |
Update 2021-10-24
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.12.3.json | 6 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.12.3.json | 49 | ||||
| -rw-r--r-- | fabric/meta-v2/loader.json | 7 |
3 files changed, 62 insertions, 0 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.12.3.json b/fabric/jars/net.fabricmc.fabric-loader.0.12.3.json new file mode 100644 index 000000000..57516d87e --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.12.3.json @@ -0,0 +1,6 @@ +{ + "releaseTime": "2021-10-24T18:08:36", + "sha1": "a8709240a4d0fb03053600624b36c100a3c72267", + "sha256": "de2948458ff2731bea067a46e667c360b176c37fd3b6ecd041a228597896c815", + "size": 711483 +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.12.3.json b/fabric/loader-installer-json/0.12.3.json new file mode 100644 index 000000000..3c8205529 --- /dev/null +++ b/fabric/loader-installer-json/0.12.3.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.10.4+mixin.0.8.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.6.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:2.0.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.2", + "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 6248baf44..fc91a62ab 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,5 +1,12 @@ [ { + "build": 3, + "maven": "net.fabricmc:fabric-loader:0.12.3", + "separator": ".", + "stable": false, + "version": "0.12.3" + }, + { "build": 2, "maven": "net.fabricmc:fabric-loader:0.12.2", "separator": ".", |
