net.minetest.minetest.appdata.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>net.minetest.minetest.desktop</id>
  4. <metadata_license>CC0-1.0</metadata_license>
  5. <project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
  6. <name>Minetest</name>
  7. <summary>Multiplayer infinite-world block sandbox game</summary>
  8. <description>
  9. <p>
  10. Minetest is an infinite-world block sandbox game and game engine.
  11. </p><p>
  12. Players can create and destroy various types of blocks in a
  13. three-dimensional open world. This allows forming structures in
  14. every possible creation, on multiplayer servers or in singleplayer.
  15. </p><p>
  16. Minetest is designed to be simple, stable, and portable.
  17. It is lightweight enough to run on fairly old hardware.
  18. </p><p>
  19. Minetest has many features, including:
  20. </p>
  21. <ul>
  22. <li>Ability to walk around, dig, and build in a near-infinite voxel world</li>
  23. <li>Crafting of items from raw materials</li>
  24. <li>Fast and able to run on old and slow hardware</li>
  25. <li>A simple modding API that supports many additions and modifications to the game</li>
  26. <li>Multiplayer support via servers hosted by users</li>
  27. <li>Beautiful lightning-fast map generator</li>
  28. </ul>
  29. </description>
  30. <screenshots>
  31. <screenshot type="default">
  32. <image width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</image>
  33. </screenshot>
  34. <screenshot>
  35. <image width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</image>
  36. </screenshot>
  37. <screenshot>
  38. <image width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</image>
  39. </screenshot>
  40. </screenshots>
  41. <keywords>
  42. <keyword>sandbox</keyword>
  43. <keyword>world</keyword>
  44. <keyword>mining</keyword>
  45. <keyword>multiplayer</keyword>
  46. </keywords>
  47. <url type="homepage">http://minetest.net</url>
  48. <url type="bugtracker">http://www.minetest.net/development/#reporting-issues</url>
  49. <url type="translate">http://dev.minetest.net/Translation</url>
  50. <url type="donation">http://www.minetest.net/development/#donate</url>
  51. <url type="faq">http://wiki.minetest.net/FAQ</url>
  52. <url type="help">http://wiki.minetest.net</url>
  53. <provides>
  54. <binary>minetest</binary>
  55. </provides>
  56. <translation type="gettext">minetest</translation>
  57. <update_contact>sfan5@live.de</update_contact>
  58. <releases>
  59. <release date="2019-03-04" version="5.0.0"/>
  60. </releases>
  61. </component>