123456789101112131415161718192021222324252627282930313233 |
- {
- "schemaVersion": 1,
- "id": "bettercontrols",
- "version": "${version}",
-
- "name": "Better Controls",
- "description": "Adds many powerful key bindings and options to control your movement.\nThe features complement vanilla mechanics without giving unfair advantages, so server use should be fine.",
- "icon": "assets/bettercontrols/icon.png",
- "license": "MPL-2.0",
-
- "authors": [ "chylex" ],
- "contact": {
- "homepage": "",
- "sources": "https://github.com/chylex/Better-Controls",
- "issues": "https://github.com/chylex/Better-Controls/issues"
- },
-
- "environment": "client",
- "entrypoints": {
- "client": [ "chylex.bettercontrols.BetterControlsMod" ],
- "modmenu": [ "chylex.bettercontrols.compatibility.ModMenuSupport" ]
- },
-
- "mixins": [{
- "config": "bettercontrols.mixins.json",
- "environment": "client"
- }],
-
- "depends": {
- "fabricloader": ">=0.7.4",
- "minecraft": "1.16.x"
- }
- }
|