diff options
| author | Project Tick Bot <github@bot.yongdohyun.org.tr> | 2025-12-12 23:17:19 +0300 |
|---|---|---|
| committer | Project Tick Bot <github@bot.yongdohyun.org.tr> | 2025-12-12 23:17:19 +0300 |
| commit | 3d9c42659074426cc53c365a5a188b0702bf0e16 (patch) | |
| tree | d99f4445a0890753419d9c2398d551c6c6d65ba0 /quilt | |
| parent | 89da8968d01cd706a8b8bc853d6688bb07a4eba8 (diff) | |
| download | Meta-Upstream-3d9c42659074426cc53c365a5a188b0702bf0e16.tar.gz Meta-Upstream-3d9c42659074426cc53c365a5a188b0702bf0e16.zip | |
Update Date 2025-12-12 Time 23:16:43
Diffstat (limited to 'quilt')
| -rw-r--r-- | quilt/jars/org.quiltmc.quilt-loader.0.30.0-beta.0.json | 3 | ||||
| -rw-r--r-- | quilt/loader-installer-json/0.30.0-beta.0.json | 53 | ||||
| -rw-r--r-- | quilt/meta-v3/loader.json | 6 |
3 files changed, 62 insertions, 0 deletions
diff --git a/quilt/jars/org.quiltmc.quilt-loader.0.30.0-beta.0.json b/quilt/jars/org.quiltmc.quilt-loader.0.30.0-beta.0.json new file mode 100644 index 000000000..f466b5b62 --- /dev/null +++ b/quilt/jars/org.quiltmc.quilt-loader.0.30.0-beta.0.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2025-12-12T03:39:22+00:00" +}
\ No newline at end of file diff --git a/quilt/loader-installer-json/0.30.0-beta.0.json b/quilt/loader-installer-json/0.30.0-beta.0.json new file mode 100644 index 000000000..936a1cccd --- /dev/null +++ b/quilt/loader-installer-json/0.30.0-beta.0.json @@ -0,0 +1,53 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:sponge-mixin:0.16.5+mixin.0.8.7", + "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.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.9", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.quiltmc:quilt-config:1.3.3", + "url": "https://maven.quiltmc.org/repository/release/" + } + ], + "development": [ + { + "name": "io.github.llamalad7:mixinextras-fabric:0.5.0", + "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 06a66345e..ce267ab4e 100644 --- a/quilt/meta-v3/loader.json +++ b/quilt/meta-v3/loader.json @@ -1,5 +1,11 @@ [ { + "build": 0, + "maven": "org.quiltmc:quilt-loader:0.30.0-beta.0", + "separator": ".", + "version": "0.30.0-beta.0" + }, + { "build": 1, "maven": "org.quiltmc:quilt-loader:0.29.3-beta.1", "separator": ".", |
