Blame view

src/client/resources/mixins.liteloader.client.json 872 Bytes
1
2
{
    "required": true,
3
    "minVersion": "0.6",
Mumfrey authored
4
    "target": "@env(DEFAULT)",
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    "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
21
22
        "MixinSimpleReloadableResourceManager",
        "MixinSoundHandler",
Mumfrey authored
23
        "MixinGuiTextField",
Mumfrey authored
24
        "MixinIntIdentityHashBiMap",
25
26
        "MixinGuiOverlayDebug",
        "IGuiButton"
Mumfrey authored
27
28
29
30
    ],
    "injectors": {
        "defaultRequire": 1
    }
31
}