LibJF/libjf-base/src/main/resources/fabric.mod.json

33 lines
758 B
JSON

{
"schemaVersion": 1,
"id": "libjf-base",
"name": "LibJF Base",
"version": "${version}",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
},
"license": "MIT",
"environment": "*",
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"fabric-lifecycle-events-v1": "*"
},
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.LibJf",
"io.gitlab.jfronny.libjf.coprocess.CoProcessManager"
]
},
"custom": {
"modmenu": {
"parent": "libjf",
"badges": ["library"]
}
}
}