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-03-22 13:53:47 +01:00
|
|
|
"EntityCollisionMixin",
|
2026-03-21 15:56:40 +01:00
|
|
|
"JukeboxMixin",
|
2026-03-21 13:31:13 +01:00
|
|
|
"LevelSummaryMixin",
|
2026-02-25 18:56:58 +01:00
|
|
|
"LivingEntityFallDamageMixin",
|
2026-03-17 13:28:17 +01:00
|
|
|
"NoClipMixin",
|
2026-02-25 18:56:58 +01:00
|
|
|
"PlaneBlockInteractionMixin",
|
2026-03-22 13:53:47 +01:00
|
|
|
"PlayerDropMixin",
|
2026-02-25 18:56:58 +01:00
|
|
|
"PlayerEntityMixin",
|
|
|
|
|
"PlayerInteractionMixin",
|
2026-03-22 13:53:47 +01:00
|
|
|
"PlayerSleepMixin",
|
2026-02-14 17:29:47 +01:00
|
|
|
"RadiatedItemMixin"
|
2025-12-17 09:34:24 +01:00
|
|
|
],
|
|
|
|
|
"injectors": {
|
|
|
|
|
"defaultRequire": 1
|
|
|
|
|
},
|
|
|
|
|
"overwrites": {
|
|
|
|
|
"requireAnnotations": true
|
|
|
|
|
}
|
|
|
|
|
}
|