{ "schemaVersion": 1, "id": "slyde", "version": "${version}", "name": "Slyde", "description": "Allows dragging sliders further than intended", "authors": [ "JFronny" ], "contact": { "homepage": "https://www.curseforge.com/minecraft/mc-mods/slyde", "sources": "https://gitlab.com/jfmods/slyde", "issues": "https://gitlab.com/jfmods/slyde/-/issues" }, "license": "MIT", "environment": "*", "icon": "assets/slyde/icon.png", "entrypoints": { "libjf:config": ["io.gitlab.jfronny.slyde.Cfg"] }, "mixins": [ "slyde.mixins.json" ], "accessWidener": "slyde.accesswidener", "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "libjf-config-core-v1": ">=2.1.3" } }