summaryrefslogtreecommitdiff
path: root/src/main/resources/note2input.mixins.json
blob: 38e4c5b164683bb09486a139a8a77fff9704eda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "required": true,
  "minVersion": "0.8",
  "package": "eu.projnull.spelis.note2input.mixin",
  "compatibilityLevel": "JAVA_21",
  "mixins": [
  ],
  "client": [
  ],
  "injectors": {
    "defaultRequire": 1
  },
  "overwrites": {
    "requireAnnotations": true
  }
}