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

18 lines
325 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",
2026-02-14 17:29:47 +01:00
"RadiationHeartMixin",
"RadiatedItemRendererMixin"
2025-12-17 09:34:24 +01:00
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}