aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/dulkirmod-fabric.mixins.json
blob: 32f8b9815b64715de87a1dabdf13fbc6eab2849c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "required": true,
  "package": "com.dulkirfabric.mixin",
  "compatibilityLevel": "JAVA_17",
  "injectors": {
    "defaultRequire": 1
  },
  "client": [
    "MouseMixin",
    "SoundSystemMixin",
    "io.HandledScreenMixin",
    "render.AbstractInventoryScreenMixin",
    "render.DrawContextMixin",
    "render.GameMenuScreenMixin",
    "render.GameRendererMixin",
    "render.InGameHudMixin",
    "render.KeyboardMixin",
    "render.LoomScreenMixin",
    "render.MinecraftClientMixin",
    "render.PerspectiveMixin",
    "render.ScreenMixin"
  ],
  "mixins": [
    "ItemStackMixin"
  ]
}