diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-11-15 15:00:14 +0100 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-11-15 15:00:14 +0100 |
| commit | e8814c807f8b13ebee0d16cd0eb88bcc8763eb67 (patch) | |
| tree | bf65e4c6613d292790ab415916d206fde5c35342 /fabric/loader-installer-json | |
| parent | 3ba9e95e2d791284ac3b68738f43ad64eff33fac (diff) | |
| download | Meta-Upstream-e8814c807f8b13ebee0d16cd0eb88bcc8763eb67.tar.gz Meta-Upstream-e8814c807f8b13ebee0d16cd0eb88bcc8763eb67.zip | |
Update 2020-11-15
Diffstat (limited to 'fabric/loader-installer-json')
| -rw-r--r-- | fabric/loader-installer-json/0.10.8.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/fabric/loader-installer-json/0.10.8.json b/fabric/loader-installer-json/0.10.8.json new file mode 100644 index 000000000..808c4b291 --- /dev/null +++ b/fabric/loader-installer-json/0.10.8.json @@ -0,0 +1,63 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.2.2.14", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.8.2+build.24", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.3.0.70", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:1.0.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:fabric-loader-sat4j:2.3.5.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "com.google.jimfs:jimfs:1.2-fabric", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:9.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.0", + "url": "https://maven.fabricmc.net/" + } + ], + "server": [ + { + "_comment": "jimfs in fabric-server-launch requires guava on the system classloader", + "name": "com.google.guava:guava:21.0", + "url": "https://maven.fabricmc.net/" + } + ] + }, + "mainClass": { + "client": "net.fabricmc.loader.launch.knot.KnotClient", + "server": "net.fabricmc.loader.launch.knot.KnotServer" + }, + "version": 1 +}
\ No newline at end of file |
