diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2023-11-27 15:00:45 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2023-11-27 15:00:45 +0000 |
| commit | aa8a7c39f17afd14ac65674bcadd5d4a4eb58f12 (patch) | |
| tree | 4025099ffa9f0f30a64bdfc4bc732f9921006d7e /fabric | |
| parent | a25a04b10e8388701d6e84c708cc71283f76af5c (diff) | |
| download | Meta-Upstream-aa8a7c39f17afd14ac65674bcadd5d4a4eb58f12.tar.gz Meta-Upstream-aa8a7c39f17afd14ac65674bcadd5d4a4eb58f12.zip | |
Update 2023-11-27
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.14.25.json | 3 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.14.25.json | 49 | ||||
| -rw-r--r-- | fabric/meta-v2/loader.json | 7 |
3 files changed, 59 insertions, 0 deletions
diff --git a/fabric/jars/net.fabricmc.fabric-loader.0.14.25.json b/fabric/jars/net.fabricmc.fabric-loader.0.14.25.json new file mode 100644 index 000000000..916dedb66 --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.14.25.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-11-27T14:06:26+00:00" +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.14.25.json b/fabric/loader-installer-json/0.14.25.json new file mode 100644 index 000000000..37b7e82bc --- /dev/null +++ b/fabric/loader-installer-json/0.14.25.json @@ -0,0 +1,49 @@ +{ + "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.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:2.1.0", + "url": "https://maven.fabricmc.net/" + }, + { + "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/" + } + ], + "server": [] + }, + "mainClass": { + "client": "net.fabricmc.loader.impl.launch.knot.KnotClient", + "server": "net.fabricmc.loader.impl.launch.knot.KnotServer" + }, + "version": 1 +}
\ No newline at end of file diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index f710e9551..02919597e 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,5 +1,12 @@ [ { + "build": 25, + "maven": "net.fabricmc:fabric-loader:0.14.25", + "separator": ".", + "stable": false, + "version": "0.14.25" + }, + { "build": 24, "maven": "net.fabricmc:fabric-loader:0.14.24", "separator": ".", |
