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

33 lines
644 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}",
"environment": "*",
"license": "MIT",
2021-09-27 20:55:48 +02:00
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
2021-09-27 20:55:48 +02:00
},
"authors": [
"JFronny"
],
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
}
}
}