aboutsummaryrefslogtreecommitdiff
path: root/program_info/org.polymc.PolyMC.metainfo.xml.in
blob: ea665655a1fd067eba1359fa84e52935fc8aa921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>org.polymc.PolyMC</id>
  <provides>
    <id>org.polymc.PolyMC</id>
  </provides>
  <launchable type="desktop-id">org.polymc.PolyMC.desktop</launchable>
  <name>PolyMC</name>
  <developer_name>PolyMC Team</developer_name>
  <summary>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</summary>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0-only</project_license>
  <url type="homepage">https://polymc.org/</url>
  <url type="help">https://polymc.org/wiki/</url>
  <description>
    <p>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p>
    <p>Features:</p>
    <ul>
      <li>Easily install game modifications, such as Fabric or Forge</li>
      <li>Control your java settings</li>
      <li>Manage worlds and resource packs from the launcher</li>
      <li>See logs and other details easily</li>
      <li>Kill Minecraft in case of a crash/freeze</li>
      <li>Isolate minecraft instances to keep everything clean</li>
      <li>Install mods directly from the launcher</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default">
      <caption>The main PolyMC window</caption>
      <image type="source" width="931" height="759">https://polymc.org/img/screenshots/LauncherDark.png</image>
    </screenshot>
    <screenshot>
      <caption>Modpack installation</caption>
      <image type="source" width="860" height="848">https://polymc.org/img/screenshots/ModpackInstallDark.png</image>
    </screenshot>
    <screenshot>
      <caption>Mod installation</caption>
      <image type="source" width="1018" height="858">https://polymc.org/img/screenshots/ModInstallDark.png</image>
    </screenshot>
    <screenshot>
      <caption>Instance management</caption>
      <image type="source" width="777" height="693">https://polymc.org/img/screenshots/PropertiesDark.png</image>
    </screenshot>
    <screenshot>
      <caption>Cat :)</caption>
      <image type="source" width="931" height="759">https://polymc.org/img/screenshots/LauncherCatDark.png</image>
    </screenshot>
  </screenshots>
  <releases>
    <release version="@Launcher_RELEASE_VERSION_NAME@" date="@Launcher_RELEASE_TIMESTAMP@"></release>
  </releases>
  <content_rating type="oars-1.1">
    <content_attribute id="violence-fantasy">moderate</content_attribute>
    <content_attribute id="social-chat">intense</content_attribute>
  </content_rating>
</component>