diff options
| author | Meta Bot <gitbot@scrumplex.net> | 2022-06-01 18:00:28 +0000 |
|---|---|---|
| committer | Meta Bot <gitbot@scrumplex.net> | 2022-06-01 18:00:28 +0000 |
| commit | db770806bc111e3095cb9d53b8e2fa22d06ccbb4 (patch) | |
| tree | 7fc302de4cda8c378798b210a903947f1649b867 /quilt | |
| parent | 70dfd8c4d67aeb0dd283c3d31814218b6c8295e9 (diff) | |
| download | Meta-Upstream-db770806bc111e3095cb9d53b8e2fa22d06ccbb4.tar.gz Meta-Upstream-db770806bc111e3095cb9d53b8e2fa22d06ccbb4.zip | |
Update 2022-06-01
Diffstat (limited to 'quilt')
| -rw-r--r-- | quilt/jars/org.quiltmc.quilt-loader.0.17.0-beta.2.json | 3 | ||||
| -rw-r--r-- | quilt/loader-installer-json/0.17.0-beta.2.json | 54 | ||||
| -rw-r--r-- | quilt/meta-v3/loader.json | 6 |
3 files changed, 63 insertions, 0 deletions
diff --git a/quilt/jars/org.quiltmc.quilt-loader.0.17.0-beta.2.json b/quilt/jars/org.quiltmc.quilt-loader.0.17.0-beta.2.json new file mode 100644 index 000000000..acf900da2 --- /dev/null +++ b/quilt/jars/org.quiltmc.quilt-loader.0.17.0-beta.2.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2022-06-01T17:17:26+00:00" +}
\ No newline at end of file diff --git a/quilt/loader-installer-json/0.17.0-beta.2.json b/quilt/loader-installer-json/0.17.0-beta.2.json new file mode 100644 index 000000000..89f7a7171 --- /dev/null +++ b/quilt/loader-installer-json/0.17.0-beta.2.json @@ -0,0 +1,54 @@ +{ + "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.11.2+mixin.0.8.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.8.1", + "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.1", + "url": "https://maven.quiltmc.org/repository/release/" + }, + { + "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/" + } + ], + "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 68e40dc87..f673ea3af 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.17.0-beta.2", + "separator": ".", + "version": "0.17.0-beta.2" + }, + { "build": 1, "maven": "org.quiltmc:quilt-loader:0.17.0-beta.1", "separator": ".", |
