Simple GUI launcher for Minecraft: Pi Edition and MCPI-Reborn.
This is a rewrite of the original MCPIL project meant to be less fragile and more compatible.
This version of the Launcher is deprecated, and won't work with MCPI-Reborn 2.0. Please use gMCPIL or jMCPIL instead.
- Python >= 3.7.x
- MCPI-Reborn
Debian/Raspbian Buster/Ubuntu 20.04 Or Higher
- Switch between Minecraft Pi and MCPE GUI/Touch GUI
- Multiplayer and multiplayer username changing
- Render distance toggle
- Coming soon: More stuff
git clone --recurse-submodules https://github.com/MCPI-Revival/MCPIL.git
cd MCPIL
./scripts/package.sh
Then install the resulting .deb package, eg:
sudo apt install ./out/mcpil_*_.deb'
NOTE: You may need to run pip3 install ttkthemes
if you are getting a missing module error upon run.