aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/dulkirmod-fabric.mixins.json
blob: 2b28d673b9ed915f924b3e633e23d01c8f5ae8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "required": true,
  "package": "com.dulkirfabric.mixin",
  "compatibilityLevel": "JAVA_17",
  "injectors": {
    "defaultRequire": 1
  },
  "client": [
    "io.HandledScreenMixin",
    "render.GameMenuScreenMixin",
    "render.GameRendererMixin",
    "render.KeyboardMixin",
    "render.PerspectiveMixin",
    "render.ScreenMixin"
  ]
}