diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2023-02-15 04:00:20 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2023-02-15 04:00:20 +0000 |
| commit | 763dc05d5dc72592dd091ac4ace00ee2f4696c42 (patch) | |
| tree | f683b8cb6069a8b97c89d941c1e77cda88b876fe | |
| parent | 774e007e6c7a217169daa3f9c07f727fefe51900 (diff) | |
| download | Meta-Upstream-763dc05d5dc72592dd091ac4ace00ee2f4696c42.tar.gz Meta-Upstream-763dc05d5dc72592dd091ac4ace00ee2f4696c42.zip | |
Update 2023-02-15
| -rw-r--r-- | quilt/jars/org.quiltmc.quilt-loader.0.18.1-beta.78.json | 3 | ||||
| -rw-r--r-- | quilt/loader-installer-json/0.18.1-beta.78.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.18.1-beta.78.json b/quilt/jars/org.quiltmc.quilt-loader.0.18.1-beta.78.json new file mode 100644 index 000000000..12b2ff0be --- /dev/null +++ b/quilt/jars/org.quiltmc.quilt-loader.0.18.1-beta.78.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-02-15T03:24:15+00:00" +}
\ No newline at end of file diff --git a/quilt/loader-installer-json/0.18.1-beta.78.json b/quilt/loader-installer-json/0.18.1-beta.78.json new file mode 100644 index 000000000..7e5036e42 --- /dev/null +++ b/quilt/loader-installer-json/0.18.1-beta.78.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.11.4+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.2", + "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/" + }, + { + "name": "org.quiltmc:quilt-config:1.0.0-beta.6", + "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 78cd95b15..828a33753 100644 --- a/quilt/meta-v3/loader.json +++ b/quilt/meta-v3/loader.json @@ -1,5 +1,11 @@ [ { + "build": 78, + "maven": "org.quiltmc:quilt-loader:0.18.1-beta.78", + "separator": ".", + "version": "0.18.1-beta.78" + }, + { "build": 77, "maven": "org.quiltmc:quilt-loader:0.18.1-beta.77", "separator": ".", |
