aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.skyblockhud.json
blob: efe7b156b7270be5af401e4f940b1176af34b66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "package": "com.thatgravyboat.skyblockhud.mixins",
  "refmap": "mixins.skyblockhud.refmap.json",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "GuiChestAccessor",
    "MixinEntityArrow",
    "MixinGuiIngameForge",
    "MixinItemStack",
    "MixinNetHandlerPlayClient",
    "MixinRenderItem"
  ]
}