diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2023-11-23 08:00:55 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2023-11-23 08:00:55 +0000 |
| commit | dddea54e417f4751fbfdf4b7cbd0587a0a71fcb5 (patch) | |
| tree | 66672b7f093922a50ae98fb4abe37e04daec2ca7 /quilt | |
| parent | da89d51a803d7a71cb4cfb7e385bd23675fe2f2b (diff) | |
| download | Meta-Upstream-dddea54e417f4751fbfdf4b7cbd0587a0a71fcb5.tar.gz Meta-Upstream-dddea54e417f4751fbfdf4b7cbd0587a0a71fcb5.zip | |
Update 2023-11-23
Diffstat (limited to 'quilt')
| -rw-r--r-- | quilt/jars/org.quiltmc.quilt-loader.0.22.0-beta.2.json | 3 | ||||
| -rw-r--r-- | quilt/loader-installer-json/0.22.0-beta.2.json | 58 | ||||
| -rw-r--r-- | quilt/meta-v3/loader.json | 6 |
3 files changed, 67 insertions, 0 deletions
diff --git a/quilt/jars/org.quiltmc.quilt-loader.0.22.0-beta.2.json b/quilt/jars/org.quiltmc.quilt-loader.0.22.0-beta.2.json new file mode 100644 index 000000000..b307104e7 --- /dev/null +++ b/quilt/jars/org.quiltmc.quilt-loader.0.22.0-beta.2.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-11-23T07:53:54+00:00" +}
\ No newline at end of file diff --git a/quilt/loader-installer-json/0.22.0-beta.2.json b/quilt/loader-installer-json/0.22.0-beta.2.json new file mode 100644 index 000000000..40e85a229 --- /dev/null +++ b/quilt/loader-installer-json/0.22.0-beta.2.json @@ -0,0 +1,58 @@ +{ + "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.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.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.6", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.quiltmc:quilt-config:1.1.0-beta.3", + "url": "https://maven.quiltmc.org/repository/release/" + } + ], + "server": [] + }, + "mainClass": { + "client": "org.quiltmc.loader.impl.launch.knot.KnotClient", + "server": "org.quiltmc.loader.impl.launch.knot.KnotServer", + "serverLauncher": "org.quiltmc.loader.impl.launch.server.QuiltServerLauncher" + }, + "version": 1 +}
\ No newline at end of file diff --git a/quilt/meta-v3/loader.json b/quilt/meta-v3/loader.json index 8e9f94cd6..6c31b31cc 100644 --- a/quilt/meta-v3/loader.json +++ b/quilt/meta-v3/loader.json @@ -1,5 +1,11 @@ [ { + "build": 2, + "maven": "org.quiltmc:quilt-loader:0.22.0-beta.2", + "separator": ".", + "version": "0.22.0-beta.2" + }, + { "build": 1, "maven": "org.quiltmc:quilt-loader:0.22.0-beta.1", "separator": ".", |
