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-03-11 09:36:32 +01:00
|
|
|
"BipedEntityModelMixin",
|
2026-03-12 10:33:11 +01:00
|
|
|
"EntityRenderMixin",
|
2026-03-11 09:36:32 +01:00
|
|
|
"GameRendererMixin",
|
|
|
|
|
"HeldItemRendererMixin",
|
2026-02-27 18:29:17 +01:00
|
|
|
"ItemRendererMixin",
|
2026-03-12 10:33:11 +01:00
|
|
|
"LogoDrawerMixin",
|
|
|
|
|
"MouseFlipMixin",
|
2026-02-13 13:33:50 +01:00
|
|
|
"MouseMixin",
|
2026-03-11 18:17:01 +01:00
|
|
|
"PackMixin",
|
|
|
|
|
"PackScreenCloseMixin",
|
2026-03-07 14:28:02 +01:00
|
|
|
"PlayerEntityRendererMixin",
|
2026-03-11 09:36:32 +01:00
|
|
|
"PlayerHeldItemFeatureRendererMixin",
|
2026-02-27 18:29:17 +01:00
|
|
|
"PlayerModelMixin",
|
2026-02-17 13:09:38 +01:00
|
|
|
"RadiatedItemRendererMixin",
|
2026-02-27 18:29:17 +01:00
|
|
|
"RadiationHeartMixin",
|
2026-03-12 18:31:51 +01:00
|
|
|
"RevolverAttackMixin",
|
2026-03-15 17:25:45 +01:00
|
|
|
"RevolverScrollMixin",
|
2026-03-12 10:33:11 +01:00
|
|
|
"ScreenFlipMixin",
|
2026-02-22 16:34:58 +01:00
|
|
|
"SplashOverlayMixin",
|
2026-02-23 18:33:18 +01:00
|
|
|
"TGcapeMixin",
|
2026-03-12 10:33:11 +01:00
|
|
|
"TGnameMixin",
|
|
|
|
|
"TitleScreenBackgroundMixin"
|
2025-12-17 09:34:24 +01:00
|
|
|
],
|
|
|
|
|
"injectors": {
|
|
|
|
|
"defaultRequire": 1
|
|
|
|
|
},
|
|
|
|
|
"overwrites": {
|
|
|
|
|
"requireAnnotations": true
|
|
|
|
|
}
|
|
|
|
|
}
|