29 lines
673 B
JSON

{
"schemaVersion": 1,
"id": "enchantmentdoesnotconflict",
"version": "${version}",
"name": "enchantmentDoesNotConflict",
"description": "移除一些附魔冲突",
"authors": [],
"contact": {},
"license": "Apache-2.0",
"icon": "assets/enchantmentdoesnotconflict/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"com.mingliqiye.minecraft.enchantment.conflict.client.ModClient"
],
"main": [
"com.mingliqiye.minecraft.enchantment.conflict.Mod"
]
},
"mixins": [
"enchantmentdoesnotconflict.mixins.json"
],
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": ">=1.21 <=1.21.7"
}
}