32 lines
972 B
JSON
32 lines
972 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "${mod_id}",
|
|
"version": "${mod_version}",
|
|
"name": "${mod_name}",
|
|
"description": "${mod_description}",
|
|
"authors": ["${mod_author}"],
|
|
"contributors": ["${mod_contributor}", "${mod_contributor_2}"],
|
|
"contact": {
|
|
"sources": "${mod_sources}",
|
|
"issues": "${mod_issues}",
|
|
"email": "${mod_author_email}"
|
|
},
|
|
"license": "Apache License 2.0",
|
|
"icon": "assets/enchantmentdoesnotconflict/textures/logo/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": ["com.mingliqiye.minecraft.enchantment.conflict.fabric.FabricMod"],
|
|
"client": ["com.mingliqiye.minecraft.enchantment.conflict.fabric.FabricModClient"]
|
|
},
|
|
"mixins": ["enchantmentdoesnotconflict.fabric.mixin.json"],
|
|
"depends": {
|
|
"fabricloader": "*",
|
|
"minecraft": "1.20",
|
|
"java": ">=17",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|