2025-12-17 09:34:24 +01:00
|
|
|
{
|
|
|
|
|
"required": true,
|
|
|
|
|
"minVersion": "0.8",
|
|
|
|
|
"package": "dev.tggamesyt.szar.mixin",
|
|
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
|
"mixins": [
|
2026-02-14 17:29:47 +01:00
|
|
|
"CraftingScreenHandlerMixin",
|
2026-02-16 11:16:53 +01:00
|
|
|
"CraftingScreenHandlerMixin2",
|
2026-02-25 18:56:58 +01:00
|
|
|
"LivingEntityFallDamageMixin",
|
|
|
|
|
"PlaneBlockInteractionMixin",
|
|
|
|
|
"PlayerEntityMixin",
|
|
|
|
|
"PlayerInteractionMixin",
|
2026-02-14 17:29:47 +01:00
|
|
|
"RadiatedItemMixin"
|
2025-12-17 09:34:24 +01:00
|
|
|
],
|
|
|
|
|
"injectors": {
|
|
|
|
|
"defaultRequire": 1
|
|
|
|
|
},
|
|
|
|
|
"overwrites": {
|
|
|
|
|
"requireAnnotations": true
|
|
|
|
|
}
|
|
|
|
|
}
|