Installer minecraft-java-edition-flatpak-latest

game:
  args: run $FQDN
  exe: /usr/bin/flatpak
  working_dir: $GAMEDIR
installer:
- execute:
    args: install flathub -y --user --noninteractive $FQDN
    description: Installing with flatpak
    disable_runtime: true
    file: /usr/bin/flatpak
require-binaries: flatpak
variables:
  FQDN: com.atlauncher.ATLauncher
description: Manage minecraft versions and mods with atlauncher.
game_slug: minecraft
gogslug: ''
humblestoreid: ''
installer_slug: minecraft-java-edition-flatpak-latest
name: 'Minecraft: Java Edition'
notes: 'the download: flathub and atlauncher is still being developer.'
runner: linux
script:
  game:
    args: run $FQDN
    exe: /usr/bin/flatpak
    working_dir: $GAMEDIR
  installer:
  - execute:
      args: install flathub -y --user --noninteractive $FQDN
      description: Installing with flatpak
      disable_runtime: true
      file: /usr/bin/flatpak
  require-binaries: flatpak
  variables:
    FQDN: com.atlauncher.ATLauncher
slug: minecraft-java-edition-flatpak-latest
steamid: null
version: Flatpak latest
year: 2011
{
  "game_slug": "minecraft",
  "version": "Flatpak latest",
  "description": "Manage minecraft versions and mods with atlauncher.",
  "notes": "the download: flathub and atlauncher is still being developer.",
  "name": "Minecraft: Java Edition",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "minecraft-java-edition-flatpak-latest",
  "installer_slug": "minecraft-java-edition-flatpak-latest",
  "script": {
    "game": {
      "args": "run $FQDN",
      "exe": "/usr/bin/flatpak",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "execute": {
          "args": "install flathub -y --user --noninteractive $FQDN",
          "description": "Installing with flatpak",
          "disable_runtime": true,
          "file": "/usr/bin/flatpak"
        }
      }
    ],
    "require-binaries": "flatpak",
    "variables": {
      "FQDN": "com.atlauncher.ATLauncher"
    }
  }
}
Back to game