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