aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/lodmod.mixin.json
blob: 70bec35d4bb7d7b48894fadc51794c36c3f684e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "required": true,
    "minVersion": "0.6",
    "package": "makamys.lodmod.mixin",
    "refmap": "lodmod.mixin.refmap.json",
    "compatibilityLevel": "JAVA_8",
    "mixins": [
        "MixinChunkCache",
        "MixinEntityRenderer",
        "MixinRenderGlobal",
        "MixinTessellator",
        "MixinWorldRenderer",
        "MixinRenderBlocks"
    ]
}