blob: fc6e0cde31b15a4de359fcf078b6dff566571a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"required": true,
"package": "dev.plutorocks.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ChatScreenMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}
|