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

33 lines
758 B
JSON
Raw Normal View History

2021-09-27 20:55:48 +02:00
{
"schemaVersion": 1,
"id": "libjf-base",
"name": "LibJF Base",
2021-09-27 20:55:48 +02:00
"version": "${version}",
2022-12-02 15:54:58 +01:00
"authors": ["JFronny"],
2021-09-27 20:55:48 +02:00
"contact": {
2022-12-02 15:54:58 +01:00
"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"
2021-09-27 20:55:48 +02:00
},
2022-12-02 15:54:58 +01:00
"license": "MIT",
"environment": "*",
2021-09-27 20:55:48 +02:00
"depends": {
2021-10-06 19:01:48 +02:00
"fabricloader": ">=0.12.0",
"minecraft": "*",
"fabric-lifecycle-events-v1": "*"
2021-09-27 20:55:48 +02:00
},
2022-02-12 12:16:19 +01:00
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.LibJf",
"io.gitlab.jfronny.libjf.coprocess.CoProcessManager"
]
2022-02-12 12:16:19 +01:00
},
2021-09-27 20:55:48 +02:00
"custom": {
"modmenu": {
2021-10-03 12:58:01 +02:00
"parent": "libjf",
"badges": ["library"]
2021-09-27 20:55:48 +02:00
}
}
}