Files
szar/build/resources/client/szar.client.mixins.json
2026-02-06 13:32:51 +01:00

16 lines
265 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.client.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"MouseMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}