aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/notenoughupdates.mixins.json
blob: 7c1ec6bf3f695075acdac8b619dd96a980d2c2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "required": true,
    "package": "moe.nea.notenoughupdates.mixins",
    "compatibilityLevel": "JAVA_16",
    "client": [
        "MixinClientPlayNetworkHandler",
        "MixinMessageHandler",
        "MixinMinecraft",
        "MixinWorldRenderer",
        "MixinClientBrandRetriever"
    ],
    "mixins": [
    ],
    "injectors": {
        "defaultRequire": 1
    }
}