diff options
| -rw-r--r-- | index.json | 2 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/0.14.2.json | 57 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/index.json | 12 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/package.json | 2 |
4 files changed, 71 insertions, 2 deletions
diff --git a/index.json b/index.json index fa3768583..74696919b 100644 --- a/index.json +++ b/index.json @@ -8,7 +8,7 @@ }, { "name": "Fabric Loader", - "sha256": "550ff08dc3d28faeb01a0e83f9bf235b0a131f8b3f243013dc878d2250610c6a", + "sha256": "be31cfccbde27159356529ec52a2cf91a0b82f9f6df9e4a7b9cb00df91311fa1", "uid": "net.fabricmc.fabric-loader" }, { diff --git a/net.fabricmc.fabric-loader/0.14.2.json b/net.fabricmc.fabric-loader/0.14.2.json new file mode 100644 index 000000000..7861f1f50 --- /dev/null +++ b/net.fabricmc.fabric-loader/0.14.2.json @@ -0,0 +1,57 @@ +{ + "formatVersion": 1, + "libraries": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.11.3+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/" + }, + { + "name": "net.fabricmc:fabric-loader:0.14.2", + "url": "https://maven.fabricmc.net" + } + ], + "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient", + "name": "Fabric Loader", + "order": 10, + "releaseTime": "2022-04-24T03:56:20+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "type": "release", + "uid": "net.fabricmc.fabric-loader", + "version": "0.14.2" +}
\ No newline at end of file diff --git a/net.fabricmc.fabric-loader/index.json b/net.fabricmc.fabric-loader/index.json index 833c82337..5861c2ba3 100644 --- a/net.fabricmc.fabric-loader/index.json +++ b/net.fabricmc.fabric-loader/index.json @@ -5,6 +5,18 @@ "versions": [ { "recommended": true, + "releaseTime": "2022-04-24T03:56:20+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "sha256": "8dd7d6013dee4916fe30d217fff8984aaeae785486089af719f2a802dd502216", + "type": "release", + "version": "0.14.2" + }, + { + "recommended": false, "releaseTime": "2022-04-22T18:59:07+00:00", "requires": [ { diff --git a/net.fabricmc.fabric-loader/package.json b/net.fabricmc.fabric-loader/package.json index c37390320..0fa85c8d8 100644 --- a/net.fabricmc.fabric-loader/package.json +++ b/net.fabricmc.fabric-loader/package.json @@ -7,7 +7,7 @@ "name": "Fabric Loader", "projectUrl": "https://fabricmc.net", "recommended": [ - "0.14.1" + "0.14.2" ], "uid": "net.fabricmc.fabric-loader" }
\ No newline at end of file |
