diff options
| author | Petr Mrázek <peterix@gmail.com> | 2019-11-09 20:00:10 +0100 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2019-11-09 20:00:10 +0100 |
| commit | 8a95dad9d3671d556e4051efa18a4e5db3633cba (patch) | |
| tree | f67e89e87180bb5f4990bae8997eecf6a643eda7 /fabric/loader-installer-json | |
| parent | 30d7b24e4885a6469e0e0c9fee1d1ce80a978a5a (diff) | |
| download | Meta-Upstream-8a95dad9d3671d556e4051efa18a4e5db3633cba.tar.gz Meta-Upstream-8a95dad9d3671d556e4051efa18a4e5db3633cba.zip | |
Update 2019-11-09
Diffstat (limited to 'fabric/loader-installer-json')
| -rw-r--r-- | fabric/loader-installer-json/0.6.4+build.169.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/fabric/loader-installer-json/0.6.4+build.169.json b/fabric/loader-installer-json/0.6.4+build.169.json new file mode 100644 index 000000000..e328e3f0e --- /dev/null +++ b/fabric/loader-installer-json/0.6.4+build.169.json @@ -0,0 +1,59 @@ +{ + "libraries": { + "client": [], + "common": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.2.0.11", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.7.11.38", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.2.0.52", + "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.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:7.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:7.1", + "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 |
