aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.chattils.json
blob: 356276ade71259764c2d97b584cbd08536df8f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compatibilityLevel": "JAVA_8",
  "minVersion": "0.8",
  "package": "cc.woverflow.chattils.mixin",
  "refmap": "mixins.${id}.refmap.json",
  "mixins": [
    "ClientCommandHandlerMixin",
    "EntityPlayerSPMixin",
    "GuiChatMixin",
    "GuiNewChatAccessor",
    "GuiNewChatMapMixin",
    "GuiNewChatMixin",
    "WyvtilsListenerMixin"
  ],
  "verbose": true
}