fabric.mod.json 542 B

12345678910111213141516171819202122232425
  1. {
  2. "schemaVersion": 1,
  3. "id": "completeconfig",
  4. "version": "${version}",
  5. "name": "CompleteConfig",
  6. "description": "Flexible all-in-one configuration API",
  7. "contact": {
  8. "email": "lortseam@gmail.com",
  9. "issues": "https://gitlab.com/Lortseam/completeconfig/-/issues",
  10. "sources": "https://gitlab.com/Lortseam/completeconfig"
  11. },
  12. "authors": [
  13. "Lortseam"
  14. ],
  15. "license": "Apache-2.0",
  16. "environment": "client",
  17. "depends": {
  18. "minecraft": "1.15.x",
  19. "fabricloader": ">=0.7.4",
  20. "cloth-config2": "*"
  21. }
  22. }