Installer minecraft-java-edition-tlauncher

files:
- tlauncher: https://dl2.tlauncher.org/f.php?f=files%2FTLauncher-2.82.zip
- java: https://lutris.net/files/runners/jre-8u191-linux-x64.tar.gz
game:
  args: -jar '$GAMEDIR/TLauncher-2.82.jar'
  exe: jre1.8.0_191/bin/java
installer:
- extract:
    file: java
    nomerge: true
- extract:
    file: tlauncher
- move:
    dst: $CACHE
    src: $GAMEDIR/README-EN.txt
- move:
    dst: $CACHE
    src: $GAMEDIR/README-RUS.txt
description: TLauncher is a free minecraft launcher, it can install versions of minecraft
  easily like optfine, forge. It also includes tlmods which will install mods and
  packs. https://tlauncher.org
game_slug: minecraft
gogslug: ''
humblestoreid: ''
installer_slug: minecraft-java-edition-tlauncher
name: 'Minecraft: Java Edition'
notes: ''
runner: linux
script:
  files:
  - tlauncher: https://dl2.tlauncher.org/f.php?f=files%2FTLauncher-2.82.zip
  - java: https://lutris.net/files/runners/jre-8u191-linux-x64.tar.gz
  game:
    args: -jar '$GAMEDIR/TLauncher-2.82.jar'
    exe: jre1.8.0_191/bin/java
  installer:
  - extract:
      file: java
      nomerge: true
  - extract:
      file: tlauncher
  - move:
      dst: $CACHE
      src: $GAMEDIR/README-EN.txt
  - move:
      dst: $CACHE
      src: $GAMEDIR/README-RUS.txt
slug: minecraft-java-edition-tlauncher
steamid: null
version: TLauncher
year: 2011
{
  "game_slug": "minecraft",
  "version": "TLauncher",
  "description": "TLauncher is a free minecraft launcher, it can install versions of minecraft easily like optfine, forge. It also includes tlmods which will install mods and packs. https://tlauncher.org",
  "notes": "",
  "name": "Minecraft: Java Edition",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "minecraft-java-edition-tlauncher",
  "installer_slug": "minecraft-java-edition-tlauncher",
  "script": {
    "files": [
      {
        "tlauncher": "https://dl2.tlauncher.org/f.php?f=files%2FTLauncher-2.82.zip"
      },
      {
        "java": "https://lutris.net/files/runners/jre-8u191-linux-x64.tar.gz"
      }
    ],
    "game": {
      "args": "-jar '$GAMEDIR/TLauncher-2.82.jar'",
      "exe": "jre1.8.0_191/bin/java"
    },
    "installer": [
      {
        "extract": {
          "file": "java",
          "nomerge": true
        }
      },
      {
        "extract": {
          "file": "tlauncher"
        }
      },
      {
        "move": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/README-EN.txt"
        }
      },
      {
        "move": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/README-RUS.txt"
        }
      }
    ]
  }
}
Back to game