{ "schemaVersion": 1, "id": "libjf-config-core-v1", "name": "LibJF Config", "version": "${version}", "authors": ["JFronny"], "contact": { "website": "https://jfronny.gitlab.io", "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", "entrypoints": { "preLaunch": ["io.gitlab.jfronny.libjf.config.impl.entrypoint.JfConfigSafe"], "libjf:coprocess": ["io.gitlab.jfronny.libjf.config.impl.JfConfigWatchService"] }, "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "libjf-base": ">=${version}" }, "custom": { "modmenu": { "badges": ["library"], "parent": "libjf" } } }