Files
szar/src/main/resources/szar.mixins.json
2026-03-28 18:05:20 +01:00

30 lines
656 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ChorusFlowerBlockMixin",
"ChorusPlantBlockMixin",
"CraftingScreenHandlerMixin",
"CraftingScreenHandlerMixin2",
"EntityCollisionMixin",
"JukeboxMixin",
"LevelSummaryMixin",
"LivingEntityFallDamageMixin",
"NoClipMixin",
"PlaneBlockInteractionMixin",
"PlayerDropMixin",
"PlayerEntityMixin",
"PlayerInteractionMixin",
"PlayerSleepMixin",
"RadiatedItemMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}