Files
szar/src/client/resources/szar.client.mixins.json
2026-02-14 17:29:47 +01:00

18 lines
325 B
JSON

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