diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2024-06-01 13:02:38 +0200 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2024-06-01 13:02:38 +0200 |
| commit | 76a6fec17ee77f7d57f42a415b513bd141d7307d (patch) | |
| tree | 77826cc2f73b4962742a0a6e21afdbf32f19d47d /quilt | |
| parent | a7405c69e8345275a75db28bc180422f6091a9a2 (diff) | |
| download | Meta-Upstream-76a6fec17ee77f7d57f42a415b513bd141d7307d.tar.gz Meta-Upstream-76a6fec17ee77f7d57f42a415b513bd141d7307d.zip | |
Update 2024-06-01
Diffstat (limited to 'quilt')
| -rw-r--r-- | quilt/jars/org.quiltmc.quilt-loader.0.26.0-beta.5.json | 3 | ||||
| -rw-r--r-- | quilt/loader-installer-json/0.26.0-beta.5.json | 65 | ||||
| -rw-r--r-- | quilt/meta-v3/loader.json | 6 |
3 files changed, 74 insertions, 0 deletions
diff --git a/quilt/jars/org.quiltmc.quilt-loader.0.26.0-beta.5.json b/quilt/jars/org.quiltmc.quilt-loader.0.26.0-beta.5.json new file mode 100644 index 000000000..7278903e5 --- /dev/null +++ b/quilt/jars/org.quiltmc.quilt-loader.0.26.0-beta.5.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2024-06-01T10:11:02+00:00" +}
\ No newline at end of file diff --git a/quilt/loader-installer-json/0.26.0-beta.5.json b/quilt/loader-installer-json/0.26.0-beta.5.json new file mode 100644 index 000000000..907ce38a2 --- /dev/null +++ b/quilt/loader-installer-json/0.26.0-beta.5.json @@ -0,0 +1,65 @@ +{ + "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.13.3+mixin.0.8.5", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.10.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.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.3.1", + "url": "https://maven.quiltmc.org/repository/release/" + } + ], + "development": [ + { + "name": "io.github.llamalad7:mixinextras-fabric:0.3.5", + "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" + }, + "min_java_version": 8, + "version": 2 +}
\ No newline at end of file diff --git a/quilt/meta-v3/loader.json b/quilt/meta-v3/loader.json index 2027c6ccf..1e2165d39 100644 --- a/quilt/meta-v3/loader.json +++ b/quilt/meta-v3/loader.json @@ -1,5 +1,11 @@ [ { + "build": 5, + "maven": "org.quiltmc:quilt-loader:0.26.0-beta.5", + "separator": ".", + "version": "0.26.0-beta.5" + }, + { "build": 4, "maven": "org.quiltmc:quilt-loader:0.26.0-beta.4", "separator": ".", |
