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

29 lines
691 B
JSON
Raw Normal View History

2021-09-27 20:55:48 +02:00
{
"schemaVersion": 1,
"id": "libjf-config-core-v1",
"name": "LibJF Config",
2021-09-27 20:55:48 +02:00
"version": "${version}",
"authors": ["JFronny"],
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
},
"license": "MIT",
"environment": "*",
"entrypoints": {
2022-02-12 12:16:19 +01:00
"preLaunch": ["io.gitlab.jfronny.libjf.config.impl.entrypoint.JfConfigSafe"],
"libjf:coprocess": ["io.gitlab.jfronny.libjf.config.impl.JfConfigWatchService"]
2021-09-27 20:55:48 +02:00
},
2021-10-06 19:01:48 +02:00
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"libjf-base": ">=${version}"
2021-10-06 19:01:48 +02:00
},
2021-09-27 20:55:48 +02:00
"custom": {
"modmenu": {
"badges": ["library"],
"parent": "libjf"
}
}
}