65 lines
2.0 KiB
XML
65 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>${MCPI_APP_ID}</id>
|
|
|
|
<name>${MCPI_APP_TITLE}</name>
|
|
<summary>Fun with Blocks</summary>
|
|
<description>
|
|
<p>Minecraft: Pi Edition Modding Project.</p>
|
|
<p>NOTE: This is not verified by, affiliated with, or supported by Mojang or Microsoft.</p>
|
|
</description>
|
|
|
|
<categories>
|
|
<category>Game</category>
|
|
<category>Simulation</category>
|
|
</categories>
|
|
<keywords>
|
|
<keyword>sandbox</keyword>
|
|
<keyword>world</keyword>
|
|
<keyword>mining</keyword>
|
|
<keyword>crafting</keyword>
|
|
<keyword>blocks</keyword>
|
|
<keyword>multiplayer</keyword>
|
|
</keywords>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>LicenseRef-proprietary</project_license>
|
|
|
|
<developer id="${MCPI_AUTHOR_ID}">
|
|
<name>${MCPI_AUTHOR} & Mojang AB</name>
|
|
</developer>
|
|
|
|
<url type="homepage">${MCPI_REPO}</url>
|
|
<url type="help">${MCPI_DISCORD_INVITE}</url>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>${MCPI_REPO}/raw/branch/master/images/screenshots/start.png</image>
|
|
<caption>Start Screen</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>${MCPI_REPO}/raw/branch/master/images/screenshots/launcher.png</image>
|
|
<caption>Launcher</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<launchable type="desktop-id">${MCPI_APP_ID}.desktop</launchable>
|
|
<provides>
|
|
<binary>${MCPI_APP_NAME}</binary>
|
|
</provides>
|
|
|
|
<recommends>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
<display_length compare="ge">360</display_length>
|
|
</recommends>
|
|
|
|
<content_rating type="oars-1.1">
|
|
<content_attribute id="violence-cartoon">moderate</content_attribute>
|
|
<content_attribute id="social-chat">intense</content_attribute>
|
|
</content_rating>
|
|
|
|
<releases>
|
|
<release version="${MCPI_VERSION}" date="${MCPI_VERSION_DATE}" />
|
|
</releases>
|
|
</component> |