diff options
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.14.22.json | 3 | ||||
| -rw-r--r-- | fabric/jars/net.fabricmc.intermediary.23w31a.json | 3 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.14.22.json | 49 | ||||
| -rw-r--r-- | fabric/meta-v2/intermediary.json | 5 | ||||
| -rw-r--r-- | fabric/meta-v2/loader.json | 9 |
5 files changed, 68 insertions, 1 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.14.22.json b/fabric/jars/net.fabricmc.fabric-loader.0.14.22.json new file mode 100644 index 000000000..8352f2a67 --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.14.22.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-08-02T17:48:51+00:00" +}
\ No newline at end of file diff --git a/fabric/jars/net.fabricmc.intermediary.23w31a.json b/fabric/jars/net.fabricmc.intermediary.23w31a.json new file mode 100644 index 000000000..7436e3261 --- /dev/null +++ b/fabric/jars/net.fabricmc.intermediary.23w31a.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-08-02T17:20:58+00:00" +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.14.22.json b/fabric/loader-installer-json/0.14.22.json new file mode 100644 index 000000000..490abf260 --- /dev/null +++ b/fabric/loader-installer-json/0.14.22.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.12.5+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.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.5", + "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/intermediary.json b/fabric/meta-v2/intermediary.json index 3eda68eec..b34649e78 100644 --- a/fabric/meta-v2/intermediary.json +++ b/fabric/meta-v2/intermediary.json @@ -1,5 +1,10 @@ [ { + "maven": "net.fabricmc:intermediary:23w31a", + "stable": true, + "version": "23w31a" + }, + { "maven": "net.fabricmc:intermediary:1.20.1", "stable": true, "version": "1.20.1" diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index 10bd6ee61..bccb0195e 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 22, + "maven": "net.fabricmc:fabric-loader:0.14.22", + "separator": ".", + "stable": true, + "version": "0.14.22" + }, + { "build": 21, "maven": "net.fabricmc:fabric-loader:0.14.21", "separator": ".", - "stable": true, + "stable": false, "version": "0.14.21" }, { |
