LibJF/libjf-config-commands-v1/src/main/resources/fabric.mod.json

30 lines
698 B
JSON

{
"schemaVersion": 1,
"id": "libjf-config-commands-v1",
"name": "LibJF Config Commands",
"version": "${version}",
"authors": ["JFronny"],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
},
"license": "MIT",
"environment": "server",
"entrypoints": {
"main": ["io.gitlab.jfronny.libjf.config.impl.commands.JfConfigCommand"]
},
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"fabric-command-api-v2": "*",
"libjf-base": ">=${version}",
"libjf-config-core-v1": ">=${version}"
},
"custom": {
"modmenu": {
"badges": ["library"],
"parent": "libjf"
}
}
}