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

22 lines
413 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",
2026-02-17 13:09:38 +01:00
"RadiatedItemRendererMixin",
2026-02-22 16:34:58 +01:00
"SplashOverlayMixin",
"TGnameMixin",
2026-02-23 18:33:18 +01:00
"TGcapeMixin",
"PlayerModelMixin"
2025-12-17 09:34:24 +01:00
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}