minetest.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "comment": "Luanti 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.luanti.org/",
  32. "wikipedia": "https://en.wikipedia.org/wiki/Minetest"
  33. },
  34. "names": [
  35. "Luanti",
  36. "Minetest"
  37. ],
  38. "networks_read": [
  39. "minetest"
  40. ],
  41. "networks_write": [
  42. "minetest"
  43. ],
  44. "platforms": [
  45. "GNU/Linux",
  46. "BSD",
  47. "Windows",
  48. "macOS",
  49. "Android"
  50. ]
  51. }