diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2023-02-22 10:00:20 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2023-02-22 10:00:20 +0000 |
| commit | e4501739beda2abc8eb4687ca8bf7c5efaa5886d (patch) | |
| tree | e2013921895dbd9eec988f88e3219afcbf66930f | |
| parent | 8e690894e7a1919d4385f7efe96c02b6bba43298 (diff) | |
| download | Meta-Upstream-e4501739beda2abc8eb4687ca8bf7c5efaa5886d.tar.gz Meta-Upstream-e4501739beda2abc8eb4687ca8bf7c5efaa5886d.zip | |
Update 2023-02-22
| -rw-r--r-- | fabric/jars/net.fabricmc.fabric-loader.0.14.15.json | 3 | ||||
| -rw-r--r-- | fabric/loader-installer-json/0.14.15.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.15.json b/fabric/jars/net.fabricmc.fabric-loader.0.14.15.json new file mode 100644 index 000000000..267e033d1 --- /dev/null +++ b/fabric/jars/net.fabricmc.fabric-loader.0.14.15.json @@ -0,0 +1,3 @@ +{ + "releaseTime": "2023-02-22T09:54:25+00:00" +}
\ No newline at end of file diff --git a/fabric/loader-installer-json/0.14.15.json b/fabric/loader-installer-json/0.14.15.json new file mode 100644 index 000000000..13457df5b --- /dev/null +++ b/fabric/loader-installer-json/0.14.15.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.3+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.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.4", + "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 4676679cf..34f168808 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,5 +1,12 @@ [ { + "build": 15, + "maven": "net.fabricmc:fabric-loader:0.14.15", + "separator": ".", + "stable": false, + "version": "0.14.15" + }, + { "build": 14, "maven": "net.fabricmc:fabric-loader:0.14.14", "separator": ".", |
