summaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.notenoughupdates.json
blob: 1ef9ee6999dc59f122000a0413b690b7db6c965c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "package": "io.github.moulberry.notenoughupdates.mixins",
  "refmap": "mixins.notenoughupdates.refmap.json",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "MixinItemStack",
    "MixinInventoryEffectRenderer",
    "MixinGuiIngame",
    "MixinRenderItem",
    "MixinEntityRenderer",
    "MixinRenderGlobal",
    "MixinNetHandlerPlayClient",
    "MixinGuiChest",
    "MixinGuiContainer"
  ]
}