{ "schemaVersion": 1, "id": "lambdacontrols", "name": "LambdaControls", "version": "${version}", "description": "Add better controls: controller and touchscreen support.", "authors": [ "LambdAurora" ], "contact": { "homepage": "https://www.curseforge.com/minecraft/mc-mods/lambdacontrols", "sources": "https://github.com/LambdAurora/LambdaControls.git", "issues": "https://github.com/LambdAurora/LambdaControls/issues" }, "license": "MIT", "icon": "assets/aurora_keystrokes/icon.png", "environment": "client", "entrypoints": { "client": [ "me.lambdaurora.lambdacontrols.LambdaControls" ] }, "mixins": [ "lambdacontrols.mixins.json" ], "depends": { "fabricloader": ">=0.4.0", "fabric": "*", "minecraft": "1.14.x", "cotton-client-commands": ">=0.4.2+1.14.3-SNAPSHOT" }, "suggests": { "flamingo": "*" }, "custom": { "modmenu:clientsideOnly": true } }