summaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.notenoughupdates.json
blob: 8f07f5cc181a52aca856341a680874a5d47374b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "package": "io.github.moulberry.notenoughupdates.mixins",
  "refmap": "mixins.notenoughupdates.refmap.json",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "MixinItemStack",
    "MixinInventoryEffectRenderer",
    "MixinGuiIngame",
    "MixinRenderItem"
  ]
}