Blame view

src/client/resources/mixins.liteloader.client.json 908 Bytes
1
2
{
    "required": true,
Mumfrey authored
3
4
    "minVersion": "0.7",
    "compatibilityLevel": "JAVA_8",
Mumfrey authored
5
    "target": "@env(DEFAULT)",
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    "package": "com.mumfrey.liteloader.client.mixin",
    "refmap": "mixins.liteloader.client.refmap.json",
    "mixins": [
        "MixinMinecraft",
        "MixinSession",
        "MixinEntityRenderer",
        "MixinRenderManager",
        "MixinGuiIngame",
        "MixinEntityPlayerSP",
        "MixinFramebuffer",
        "MixinIntegratedServer",
        "MixinScreenShotHelper",
        "MixinNetHandlerLoginClient",
        "MixinRegistrySimple",
        "MixinRegistryNamespaced",
        "MixinTileEntityRendererDispatcher",
Mumfrey authored
22
23
        "MixinSimpleReloadableResourceManager",
        "MixinSoundHandler",
Mumfrey authored
24
        "MixinGuiTextField",
Mumfrey authored
25
        "MixinIntIdentityHashBiMap",
26
27
        "MixinGuiOverlayDebug",
        "IGuiButton"
Mumfrey authored
28
29
30
31
    ],
    "injectors": {
        "defaultRequire": 1
    }
32
}