Files
tweed5/tweed5-minecraft/mod-template/resources/fabric.mod.json

39 lines
707 B
JSON

{
"schemaVersion": 1,
"license": "LGPL-3.0-only",
"contact": {
"email": "info@siphalor.de",
"issues": "${repoUrl}/issues",
"sources": "${repoUrl}"
},
"custom": {
"modmenu": {
"badges": [
"library"
],
"links": {
"modmenu.discord": "https://discord.gg/6gaXmbj"
},
"parent": {
"id": "tweed5",
"name": "Tweed 5",
"description": "Configuration focused libraries",
"icon": "assets/tweed5/logo-48.png",
"badges": [
"library"
]
}
},
"modmenu:api": true
},
"icon": "assets/tweed5/logo-48.png",
"id": "${id}",
"name": "${name}",
"description": "${description}",
"authors": [
"Siphalor"
],
"version": "${version}",
"jars": [${jars}]
}