minetest.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "comment": "Minetest is a free and open-source sandbox video game and game creation system with focus on voxel graphics.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Survival Game",
  7. "Sandbox Game",
  8. "Voxel Game",
  9. "First Person Game"
  10. ],
  11. "interface": [
  12. "Custom"
  13. ],
  14. "issues": [
  15. "Some official clients are Non-Free"
  16. ],
  17. "languages": [
  18. "C++",
  19. "Lua"
  20. ],
  21. "licenses": [
  22. "LGPL-2.1-or-later",
  23. "GPL-2.0-or-later"
  24. ],
  25. "links": {
  26. "documentation": "https://www.minetest.net/education/",
  27. "f-droid": "https://f-droid.org/en/packages/net.minetest.minetest/",
  28. "fsd": "https://directory.fsf.org/wiki/Minetest",
  29. "git": "https://github.com/minetest/minetest",
  30. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Minetest_logo.svg/220px-Minetest_logo.svg.png",
  31. "website": "https://www.minetest.net/",
  32. "wikipedia": "https://en.wikipedia.org/wiki/Minetest"
  33. },
  34. "names": [
  35. "Minetest"
  36. ],
  37. "networks_read": [
  38. "minetest"
  39. ],
  40. "networks_write": [
  41. "minetest"
  42. ],
  43. "platforms": [
  44. "GNU/Linux",
  45. "BSD",
  46. "Windows",
  47. "macOS",
  48. "Android"
  49. ]
  50. }