2025-12-17 09:34:24 +01:00
|
|
|
{
|
|
|
|
|
"required": true,
|
|
|
|
|
"minVersion": "0.8",
|
2026-01-21 09:34:51 +01:00
|
|
|
"package": "dev.tggamesyt.szar.client.mixin",
|
2025-12-17 09:34:24 +01:00
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
|
"client": [
|
2026-02-13 13:33:50 +01:00
|
|
|
"MouseMixin",
|
|
|
|
|
"RadiationHeartMixin"
|
2025-12-17 09:34:24 +01:00
|
|
|
],
|
|
|
|
|
"injectors": {
|
|
|
|
|
"defaultRequire": 1
|
|
|
|
|
},
|
|
|
|
|
"overwrites": {
|
|
|
|
|
"requireAnnotations": true
|
|
|
|
|
}
|
|
|
|
|
}
|