summaryrefslogtreecommitdiff
path: root/fabric/loader-installer-json/0.11.6.json
blob: 7ff44bc8aee57d0f7ca4954b31c3bee1952f58ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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.9.4+mixin.0.8.2",
                "url": "https://maven.fabricmc.net/"
            },
            {
                "name": "net.fabricmc:tiny-remapper:0.4.2",
                "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.1",
                "url": "https://maven.fabricmc.net/"
            },
            {
                "name": "org.ow2.asm:asm-analysis:9.1",
                "url": "https://maven.fabricmc.net/"
            },
            {
                "name": "org.ow2.asm:asm-commons:9.1",
                "url": "https://maven.fabricmc.net/"
            },
            {
                "name": "org.ow2.asm:asm-tree:9.1",
                "url": "https://maven.fabricmc.net/"
            },
            {
                "name": "org.ow2.asm:asm-util:9.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
}