aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/lodmod.mixin.json
blob: 8ded54dc8c5a5ddde158cfd7b9f8daf2aa2da263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "required": true,
    "minVersion": "0.6",
    "package": "makamys.lodmod.mixin",
    "refmap": "lodmod.mixin.refmap.json",
    "compatibilityLevel": "JAVA_8",
    "mixins": [
        "MixinSoundManager",
        "MixinEntityRenderer",
        "IRenderGlobal"
    ]
}