2
0

minetest.appdata.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <url type="homepage">http://minetest.net</url>
  36. <updatecontact>sfan5@live.de</updatecontact>
  37. </application>