fabric.mod.json 794 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "schemaVersion": 1,
  3. "id": "completeconfig",
  4. "version": "${version}",
  5. "name": "CompleteConfig",
  6. "description": "Configuration library",
  7. "contact": {
  8. "email": "lortseam@gmail.com",
  9. "homepage": "https://gitlab.com/Lortseam/completeconfig",
  10. "sources": "https://gitlab.com/Lortseam/completeconfig",
  11. "issues": "https://gitlab.com/Lortseam/completeconfig/-/issues"
  12. },
  13. "authors": [
  14. "Lortseam"
  15. ],
  16. "license": "Apache-2.0",
  17. "environment": "*",
  18. "entrypoints": {
  19. "modmenu": [
  20. "me.lortseam.completeconfig.gui.ModMenuIntegration"
  21. ]
  22. },
  23. "depends": {
  24. "fabricloader": ">=0.9.0"
  25. },
  26. "suggests": {
  27. "cloth-config2": "*",
  28. "modmenu": ">=1.16.9"
  29. },
  30. "custom": {
  31. "modmenu": {
  32. "badges": [
  33. "library"
  34. ]
  35. }
  36. }
  37. }