Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

MCPI-Revival/MCPIL

Repository files navigation

MCPIL

Simple GUI launcher for Minecraft: Pi Edition and MCPI-Reborn.

GPL-2.0 Required Python version CodeQL results

screenshot

This is a rewrite of the original MCPIL project meant to be less fragile and more compatible.

⚠️ Deprecation notice

This version of the Launcher is deprecated, and won't work with MCPI-Reborn 2.0. Please use gMCPIL or jMCPIL instead.

Getting started

Prerequisites

System Requirements

Debian/Raspbian Buster/Ubuntu 20.04 Or Higher

Installation

badge

Features

  • Switch between Minecraft Pi and MCPE GUI/Touch GUI
  • Multiplayer and multiplayer username changing
  • Render distance toggle
  • Coming soon: More stuff

Changelog

View Changelog

Debian Packages

GitHub Releases

Compiling/Packaging

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.