fabric.mod.json 668 B

12345678910111213141516171819202122232425262728
  1. {
  2. "schemaVersion": 1,
  3. "id": "bettermounthud",
  4. "version": "${version}",
  5. "name": "Better Mount HUD",
  6. "description": "Improves the ingame HUD while riding a mount",
  7. "authors": [
  8. "Lortseam"
  9. ],
  10. "icon": "assets/bettermounthud/icon.png",
  11. "contact": {
  12. "email": "lortseam@gmail.com",
  13. "sources": "https://gitlab.com/Lortseam/better-mount-hud",
  14. "issues": "https://gitlab.com/Lortseam/better-mount-hud/-/issues"
  15. },
  16. "license": "GPL-3.0",
  17. "environment": "client",
  18. "mixins": [
  19. {
  20. "config": "bettermounthud.mixins.json",
  21. "environment": "client"
  22. }
  23. ],
  24. "depends": {
  25. "java": ">=17",
  26. "fabricloader": ">=0.11.3"
  27. }
  28. }