diff options
| -rw-r--r-- | index.json | 2 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/0.18.0.json | 45 | ||||
| -rw-r--r-- | net.fabricmc.fabric-loader/index.json | 12 |
3 files changed, 58 insertions, 1 deletions
diff --git a/index.json b/index.json index b2c4e97a3..b6791bf4c 100644 --- a/index.json +++ b/index.json @@ -18,7 +18,7 @@ }, { "name": "Fabric Loader", - "sha256": "497a36323cbf0b8a7c15f5baba289dd480532f3a94819ec0ad28983eb1545b47", + "sha256": "76fc189774ed8582232f8756817d80b940fc135150ee60d5e6c08a6a6566bc60", "uid": "net.fabricmc.fabric-loader" }, { diff --git a/net.fabricmc.fabric-loader/0.18.0.json b/net.fabricmc.fabric-loader/0.18.0.json new file mode 100644 index 000000000..47279cbd5 --- /dev/null +++ b/net.fabricmc.fabric-loader/0.18.0.json @@ -0,0 +1,45 @@ +{ + "formatVersion": 1, + "libraries": [ + { + "name": "org.ow2.asm:asm:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.16.5+mixin.0.8.7", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:fabric-loader:0.18.0", + "url": "https://maven.fabricmc.net" + } + ], + "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient", + "name": "Fabric Loader", + "order": 10, + "releaseTime": "2025-11-08T22:18:50+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "type": "release", + "uid": "net.fabricmc.fabric-loader", + "version": "0.18.0" +}
\ No newline at end of file diff --git a/net.fabricmc.fabric-loader/index.json b/net.fabricmc.fabric-loader/index.json index 9c784de4a..9c0db935d 100644 --- a/net.fabricmc.fabric-loader/index.json +++ b/net.fabricmc.fabric-loader/index.json @@ -4,6 +4,18 @@ "uid": "net.fabricmc.fabric-loader", "versions": [ { + "recommended": false, + "releaseTime": "2025-11-08T22:18:50+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "sha256": "6ff86330ad1e2831478d2f70edc56311bc4508359a533f592e78994cfab20f04", + "type": "release", + "version": "0.18.0" + }, + { "recommended": true, "releaseTime": "2025-10-09T16:09:34+00:00", "requires": [ |
