2022-04-23 23:01:52 -04:00
# Installation
2022-06-25 23:03:46 -04:00
## AppImage
2022-04-23 23:01:52 -04:00
Download packages [here ](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/ ).
2021-02-18 14:04:59 -05:00
2022-06-25 23:03:46 -04:00
### Running
Follow [these ](https://docs.appimage.org/introduction/quickstart.html#how-to-run-an-appimage ) instructions.
### Picking A Package
2021-02-18 14:04:59 -05:00
2022-06-25 23:03:46 -04:00
#### Name Format
2021-02-18 14:04:59 -05:00
```
2021-09-11 23:18:12 -04:00
minecraft-pi-reborn-< Variant > _X.Y.Z_< Architecture >
2021-02-18 14:04:59 -05:00
```
2022-06-25 23:03:46 -04:00
#### Picking A Variant
2022-04-23 23:01:52 -04:00
* ``client` `: Client mode, use this if you want to play MCPI.
* ``server` `: Server mode, use this if you want to host a dedicated MCPI server.
2021-02-18 14:04:59 -05:00
2022-06-25 23:03:46 -04:00
#### Picking An Architecture
2022-04-23 23:01:52 -04:00
* ``amd64` `: x86_64, use this if you are using a device with an AMD or Intel processor.
* ``armhf` `: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi).
* ``arm64``: ARM 64-Bit, ``armhf` ` but for 64-bit devices.
2022-06-25 23:03:46 -04:00
## Flatpak
2022-06-25 23:38:29 -04:00
< a href = "https://flathub.org/apps/details/com.thebrokenrail.MCPIReborn" > < img width = "240" alt = "Download On Flathub" src = "https://flathub.org/assets/badges/flathub-badge-en.svg" / > < / a >
2022-06-25 23:03:46 -04:00
### Note
Game data is stored in ``~/.var/app/com.thebrokenrail.MCPIReborn/.minecraft-pi`` instead of ``~/.minecraft-pi` `.