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