aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/yacl-fabric.mixins.json
blob: f755f0f61cd7aa7f2eba0a5e4da5f45eb52fee8a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "required": true,
  "package": "dev.isxander.yacl3.mixin",
  "compatibilityLevel": "JAVA_17",
  "injectors": {
    "defaultRequire": 1
  },
  "client": [
    "ContainerEventHandlerMixin"
  ]
}