{ "schemaVersion": 1, "id": "breakme", "name": "BreakMe", "version": "${version}", "description": "Crashes if you take damage", "authors": ["JFronny"], "contact": { "email": "projects.contact@frohnmeyer-wds.de", "homepage": "https://jfronny.gitlab.io", "issues": "https://git.frohnmeyer-wds.de/JfMods/BreakMe/issues", "sources": "https://git.frohnmeyer-wds.de/JfMods/BreakMe" }, "license": "MIT", "icon": "assets/breakme/icon.png", "environment": "*", "entrypoints": { "main": ["io.gitlab.jfronny.breakme.BreakMe"], "libjf:config": ["io.gitlab.jfronny.breakme.JFC_BreakMeConfig"] }, "mixins": [ "breakme.mixins.json" ], "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "libjf-config-core-v1": "*" } }