{ "schemaVersion": 1, "id": "libjf-base", "name": "LibJF Base", "version": "${version}", "environment": "*", "license": "MIT", "contact": { "website": "https://jfronny.gitlab.io", "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "authors": [ "JFronny" ], "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "fabric-lifecycle-events-v1": "*" }, "entrypoints": { "main": [ "io.gitlab.jfronny.libjf.LibJf", "io.gitlab.jfronny.libjf.coprocess.CoProcessManager" ] }, "custom": { "modmenu": { "parent": "libjf", "badges": ["library"] } } }