EnchantmentDoesNotConflictF.../modsrc/1.20/Forge/resources/enchantmentdoesnotconflict.forge.mixin.json
2025-07-20 23:08:54 +08:00

15 lines
383 B
JSON

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