EnchantmentDoNotConflict/src/main/resources/enchantmentdoesnotconflict.mixins.json
2025-07-13 13:18:21 +08:00

20 lines
421 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "com.mingliqiye.minecraft.enchantment.conflict.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"DamageEnchantmentMixin",
"InfinityEnchantmentMixin",
"PiercingEnchantmentMixin",
"PlayerManagerMixin",
"ProtectionEnchantmentMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}