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

34 lines
1.0 KiB
JSON
Raw Normal View History

2021-09-27 20:55:48 +02:00
{
"schemaVersion": 1,
2023-08-30 14:14:20 +02:00
"id": "libjf-config-core-v2",
"provides": ["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": {
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
},
"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.watch.ToggleableConfigWatchService"],
2023-01-21 12:32:49 +01:00
"libjf:config_screen": ["io.gitlab.jfronny.libjf.config.impl.ui.PlaceholderScreenFactory"],
"modmenu": ["io.gitlab.jfronny.libjf.config.impl.ui.ModMenuAdapter"]
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"
}
}
}