13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"required": true,
|
|
"package": "com.mingliqiye.minecraft.enchantment.conflict.fabric.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": ["EnchantmentMixin", "PlayerListMixin"],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"overwrites": {
|
|
"requireAnnotations": true
|
|
}
|
|
}
|