files:
- tarball: https://launcher.mojang.com/download/Minecraft.tar.gz
game:
exe: Launcher/minecraft-launcher
working_dir: $GAMEDIR/Launcher
installer:
- extract:
dst: $GAMEDIR/Launcher
file: tarball
require-binaries: java
description: Official launcher, native application with modern interface.
game_slug: minecraft
gogslug: ''
humblestoreid: ''
installer_slug: minecraft-java-edition-official
name: 'Minecraft: Java Edition'
notes: "Saves data in ~/.minecraft, not managed by Lutris.\r\nRequires libgconf-2-4\
\ (on Ubuntu 16.04+) and newer versions of glibc (e.g. 16.10 Ubuntu)."
runner: linux
script:
files:
- tarball: https://launcher.mojang.com/download/Minecraft.tar.gz
game:
exe: Launcher/minecraft-launcher
working_dir: $GAMEDIR/Launcher
installer:
- extract:
dst: $GAMEDIR/Launcher
file: tarball
require-binaries: java
slug: minecraft-java-edition-official
steamid: null
version: Official
year: 2011
{
"game_slug": "minecraft",
"version": "Official",
"description": "Official launcher, native application with modern interface.",
"notes": "Saves data in ~/.minecraft, not managed by Lutris.\r\nRequires libgconf-2-4 (on Ubuntu 16.04+) and newer versions of glibc (e.g. 16.10 Ubuntu).",
"name": "Minecraft: Java Edition",
"year": 2011,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "minecraft-java-edition-official",
"installer_slug": "minecraft-java-edition-official",
"script": {
"files": [
{
"tarball": "https://launcher.mojang.com/download/Minecraft.tar.gz"
}
],
"game": {
"exe": "Launcher/minecraft-launcher",
"working_dir": "$GAMEDIR/Launcher"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR/Launcher",
"file": "tarball"
}
}
],
"require-binaries": "java"
}
}