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