diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2023-07-08 23:01:14 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2023-07-08 23:01:14 +0000 |
| commit | 55adb4d5c78e75f825af53e4f6b81c313c4ecc4e (patch) | |
| tree | 60fbad8f7cb36cdb9a0599fc7e29936439ed794d | |
| parent | f709bba2b2af59067d089e516c8fd604654884ab (diff) | |
| download | Meta-Launcher-55adb4d5c78e75f825af53e4f6b81c313c4ecc4e.tar.gz Meta-Launcher-55adb4d5c78e75f825af53e4f6b81c313c4ecc4e.zip | |
Update 2023-07-08
| -rw-r--r-- | index.json | 2 | ||||
| -rw-r--r-- | org.quiltmc.quilt-loader/0.20.0-beta.3.json | 65 | ||||
| -rw-r--r-- | org.quiltmc.quilt-loader/index.json | 12 |
3 files changed, 78 insertions, 1 deletions
diff --git a/index.json b/index.json index 185629daf..a1061fd6a 100644 --- a/index.json +++ b/index.json @@ -38,7 +38,7 @@ }, { "name": "Quilt Loader", - "sha256": "42725422c960ed0d2a4181d45fa77a82da71afa063118ed5c3cb91df36a58d6b", + "sha256": "b7903b5e00b168c2421022594a8600708937c774c5b632a6df33c89e504bc492", "uid": "org.quiltmc.quilt-loader" } ] diff --git a/org.quiltmc.quilt-loader/0.20.0-beta.3.json b/org.quiltmc.quilt-loader/0.20.0-beta.3.json new file mode 100644 index 000000000..7c169d2d2 --- /dev/null +++ b/org.quiltmc.quilt-loader/0.20.0-beta.3.json @@ -0,0 +1,65 @@ +{ + "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.12.5+mixin.0.8.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.8.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:2.1.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.quiltmc:quilt-json5:1.0.4+final", + "url": "https://maven.quiltmc.org/repository/release/" + }, + { + "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/" + }, + { + "name": "org.quiltmc:quilt-config:1.1.0-beta.2", + "url": "https://maven.quiltmc.org/repository/release/" + }, + { + "name": "org.quiltmc:quilt-loader:0.20.0-beta.3", + "url": "https://maven.quiltmc.org/repository/release" + } + ], + "mainClass": "org.quiltmc.loader.impl.launch.knot.KnotClient", + "name": "Quilt Loader", + "order": 10, + "releaseTime": "2023-07-08T22:12:12+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "type": "release", + "uid": "org.quiltmc.quilt-loader", + "version": "0.20.0-beta.3" +}
\ No newline at end of file diff --git a/org.quiltmc.quilt-loader/index.json b/org.quiltmc.quilt-loader/index.json index bef89ae4c..141880737 100644 --- a/org.quiltmc.quilt-loader/index.json +++ b/org.quiltmc.quilt-loader/index.json @@ -5,6 +5,18 @@ "versions": [ { "recommended": false, + "releaseTime": "2023-07-08T22:12:12+00:00", + "requires": [ + { + "uid": "net.fabricmc.intermediary" + } + ], + "sha256": "714bbea3c77eb441fae4bfa7185294edb591649a61bc87c2b2cfb7bb76407eb6", + "type": "release", + "version": "0.20.0-beta.3" + }, + { + "recommended": false, "releaseTime": "2023-07-04T16:27:48+00:00", "requires": [ { |
