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