fabric.mod.json 626 B

12345678910111213141516171819202122
  1. {
  2. "schemaVersion": 1,
  3. "id": "controlling",
  4. "name": "Controlling For Fabric",
  5. "version": "${version}",
  6. "environment": "client",
  7. "icon": "assets/controlling/icon.png",
  8. "authors": [
  9. "Jaredlll08"
  10. ],
  11. "license": "MIT",
  12. "contact": {
  13. "homepage": "https://minecraft.curseforge.com/projects/controlling",
  14. "sources": "https://github.com/jaredlll08/Controlling"
  15. },
  16. "description": "Adds the ability to search for keybinds using their name in the KeyBinding menu, this allows players to easily find a key binding in the menu.\n",
  17. "entrypoints": {
  18. },
  19. "mixins": [
  20. "controlling.mixins.json"
  21. ]
  22. }