fabric.mod.json 625 B

123456789101112131415161718192021222324252627
  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. "contact": {
  11. "email": "lortseam@gmail.com",
  12. "sources": "https://gitlab.com/Lortseam/better-mount-hud",
  13. "issues": "https://gitlab.com/Lortseam/better-mount-hud/-/issues"
  14. },
  15. "license": "GPL-3.0",
  16. "environment": "client",
  17. "mixins": [
  18. {
  19. "config": "bettermounthud.mixins.json",
  20. "environment": "client"
  21. }
  22. ],
  23. "depends": {
  24. "java": ">=16",
  25. "fabricloader": ">=0.11.3"
  26. }
  27. }