EnchantmentDoNotConflictForge/src/main/resources/enchantmentdoesnotconflict.mixins.json
2025-07-16 20:38:27 +08:00

20 lines
466 B
JSON

{
"required": true,
"package": "com.mingliqiye.minecraft.enchantment.conflict.mixin",
"refmap": "enchantmentdoesnotconflict.mixins.refmap.json",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ArrowInfiniteEnchantmentMixin",
"ArrowPiercingEnchantmentMixin",
"DamageEnchantmentMixin",
"ProtectionEnchantmentMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8",
"overwrites": {
"requireAnnotations": true
}
}