summary refs log tree commit diff stats
path: root/src/main/resources/modid.mixins.json
blob: 7c42cb489ede1ac817c9d637d3bdfc9cd04909f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "required": true,
  "minVersion": "0.8",
  "package": "net.fabricmc.example.mixin",
  "compatibilityLevel": "JAVA_17",
  "mixins": [
  ],
  "client": [
    "ExampleMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}