diff options
| -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": ".", |
