62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "distanthorizons",
|
|
"version": "${version}",
|
|
|
|
"name": "${mod_name}",
|
|
"description": "${description}",
|
|
"authors": $authors,
|
|
|
|
"contact": {
|
|
"homepage": "${homepage}",
|
|
"sources": "${source}",
|
|
"issues": "${issues}"
|
|
},
|
|
|
|
"license": "LGPL-3",
|
|
"icon": "icon.png",
|
|
|
|
"accessWidener": "distanthorizons.accesswidener",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"client": [
|
|
"com.seibel.distanthorizons.fabric.FabricClientMain"
|
|
],
|
|
"server": [
|
|
"com.seibel.distanthorizons.fabric.FabricDedicatedServerMain"
|
|
],
|
|
"modmenu": [
|
|
"com.seibel.distanthorizons.fabric.wrappers.config.ModMenuIntegration"
|
|
]
|
|
},
|
|
|
|
"mixins": [
|
|
"DistantHorizons.fabric.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": "*",
|
|
"fabric-api-base": "*",
|
|
"fabric-lifecycle-events-v1": "*",
|
|
"fabric-resource-loader-v0": "*",
|
|
"minecraft": $compatible_minecraft_versions,
|
|
"java": ">=${java_version}"
|
|
},
|
|
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "${discord}"
|
|
}
|
|
}
|
|
},
|
|
|
|
"suggests": {
|
|
"blendium": "*"
|
|
},
|
|
|
|
"breaks": $fabric_incompatibility_list,
|
|
"recommends": $fabric_recommend_list
|
|
}
|