Files
szar/src/client/resources/szar.client.mixins.json

17 lines
292 B
JSON
Raw Normal View History

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
}
}