{ "schemaVersion": 1, "id": "omega-config", "version": "${version}", "name": "OmegaConfig", "description": "The last config solution you will ever use.", "authors": [ "Draylar", "Frqnny" ], "entrypoints": { "main": [ "draylar.omegaconfig.OmegaConfig" ] }, "contact": { "homepage": "https://github.com/Draylar/omega-config", "sources": "https://github.com/Draylar/omega-config", "issues": "https://github.com/Draylar/omega-config/issues" }, "license": "MIT", "environment": "*", "mixins": [ "omega-config.mixins.json" ], "depends": { "fabricloader": "*", "fabric": "*", "minecraft": "*" }, "custom": { "modmenu": { "badges": [ "library" ] } } }