summaryrefslogtreecommitdiff
path: root/meshmc/branding/org.projecttick.MeshMC.metainfo.xml.in
blob: 1dcfe79af6f0968cc337d55104ad8e16cc8ca6b2 (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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>@MeshMC_AppID@</id>
  <name>MeshMC</name>
  <summary>Custom Minecraft Launcher to easily manage multiple Minecraft installations at once</summary>
  <developer id="org.projecttick">
    <name>Project Tick</name>
  </developer>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0-only</project_license>
  <description>
    <p>MeshMC 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, Forge and Quilt</li>
      <li>Easily install and update modpacks from the MeshMC</li>
      <li>Control your Java settings, and enable Mangohud or Gamemode with a toggle</li>
      <li>Manage worlds and resource packs from the launcher</li>
      <li>See logs and other details easily through a dashboard</li>
      <li>Kill Minecraft in case of a crash/freeze</li>
      <li>Isolate Minecraft instances to keep everything clean</li>
      <li>Install and update mods directly from the launcher</li>
      <li>Customize the launcher with themes, and more</li>
      <li>And cat :3</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default">
      <caption>The main MeshMC window</caption>
      <image type="source" width="1030" height="764">https://projecttick.org/img/MeshMC.png</image>
    </screenshot>
  </screenshots>
  <releases>
    <release version="@MeshMC_VERSION_NAME@" date="@MeshMC_BUILD_TIMESTAMP@"></release>
  </releases>
  <url type="homepage">https://projecttick.org/p/meshmc</url>
  <url type="bugtracker">https://github.com/Project-Tick/MeshMC/issues</url>
  <url type="faq">https://projecttick.org/handbook</url>
  <url type="help">https://projecttick.org/handbook/</url>
  <url type="translate">https://crowdin.com/project/projtlauncher</url>
  <url type="contact">https://github.com/Project-Tick/MeshMC/issues</url>
  <url type="vcs-browser">https://github.com/Project-Tick/MeshMC</url>
  <url type="contribute">https://github.com/Project-Tick/MeshMC/blob/master/README.md</url>
  <content_rating type="oars-1.1">
    <content_attribute id="violence-fantasy">moderate</content_attribute>
    <content_attribute id="social-chat">intense</content_attribute>
  </content_rating>
  <launchable type="desktop-id">@MeshMC_AppID@.desktop</launchable>
</component>