15 lines
383 B
JSON
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"
|
|
}
|