minetest.appdata.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <application>
  3. <id type="desktop">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" width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</screenshot>
  32. <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</screenshot>
  33. <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</screenshot>
  34. </screenshots>
  35. <keywords>
  36. <keyword>sandbox</keyword>
  37. <keyword>world</keyword>
  38. <keyword>mining</keyword>
  39. <keyword>multiplayer</keyword>
  40. </keywords>
  41. <url type="homepage">http://minetest.net</url>
  42. <url type="bugtracker">http://www.minetest.net/development/#reporting-issues</url>
  43. <url type="translate">http://dev.minetest.net/Translation</url>
  44. <url type="donation">http://www.minetest.net/development/#donate</url>
  45. <updatecontact>sfan5@live.de</updatecontact>
  46. </application>