Cover image

Minecraft Pi Launcher (déprécié, utilisez MCPIL-R sous notre même organisation).

3 years

Works with Finder

8

Github Watches

7

Github Forks

62

Github Stars

MCPIL

A simple launcher for Minecraft: Pi Edition.

GPL-2.0 CII Required Python version CodeQL results

screenshot

:warning: Warning

This project is broken and very unstable. A lot of bugs are produced by the lack of a good internal design, and breaks the Launcher. See MCPIL-R for a version made from the ground up to be way for stable.

If you still want to run this for some reason, an old version of this Launcher like (v0.6.2 would be a good choice.

This means the project will not be maintained anymore, so PRs or issues won't be fixed/accepted. tl;dr: DO NOT USE THIS!!! USE MCPIL-R!!!

Getting started

Prerequisites

To use MCPIL you must have Python >= 3.7.x installed on your device prior to using MCPIL.

Installation

Download and install MCPIL from the releases section:

wget https://github.com/MCPI-Revival/MCPIL-Legacy/releases/download/v0.7.3/mcpil_0.7.3-1.deb
sudo apt install ./mcpil_0.7.3-1.deb
sudo rm mcpil_0.7.3-1.deb

Features

  • Switch between Minecraft Pi and Minecraft Pocket Edition
  • Username changing
  • Skin changing
  • Mod loading
  • Mod API
  • Mod compilation
  • World settings (gamemode and name) changing
  • Join non-local servers
  • Coming soon: More stuff

Usage

Launch the MCPIL desktop file or run the mcpil command folder as following to see the magic! :wink:

mcpil # Yes, simple as this

API

The API documentation was moved to the ModPi repo.

The support for the old API was dropped in the v0.5.0 release! It is recommended to use the new ModPi API. However, the old API documentation is still avaiable here.

Mod compilation

To compile (compress) a Python mod, run the mcpim command passing the filename of the mod as the first argument. For example:

mcpim ./example.py

This will produce an example.mcpi mod file.

Troubleshooting

If you get the module not found: _tkinter error, or something of the sort, you can use Homebrew to install a custom tap made by @gamer4life1.

# First, install brew (If you don't have it already, also make sure to install in /home/linuxbrew/.linuxbrew)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Then, apply the custom tap
brew tap gamer4life1/mcpi-tap
# Install gcc (a needed dependency)
brew install gcc
# Follow caveats for gcc (something like example)
export LDFLAGS="-L/home/linuxbrew/.linuxbrew/opt/isl@0.18/lib"
export CPPFLAGS="-I/home/linuxbrew/.linuxbrew/opt/isl@0.18/include"
# Install the custom formula of python (Ignore errors if they say that the system cannot find the bottle, it will compile from source)
brew install custompython
# Finally, add it to your PATH so it is first in your PATH
export PATH="/usr/local/opt/custompython/bin:$PATH"
# Add above to bashrc to load automatically

See also issues and discussions for future information regarding bugs and errors.

Thanks

To @Phirel for his Pi2PE (a.k.a. "survival") patch, and to @TheBrokenRail for MCPI-Docker. These two projects were/are highly used & abused by MCPIL :wink:.

To everyone who has or had interest on the project, including MCPI Revival members.

Licensing

All the code of this project is licensed under the GNU General Public License version 2.0 (GPL-2.0).

All the documentation of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

CC BY-SA 4.0

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • jae-jae
  • MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.

  • ravitemer
  • Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)

  • patruff
  • Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle

  • pontusab
  • La communauté du curseur et de la planche à voile, recherchez des règles et des MCP

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.

  • Mintplex-Labs
  • L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.

  • appcypher
  • Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle

    Reviews

    1 (1)
    Avatar
    user_6W1ZUJhK
    2025-04-17

    As a dedicated user of MCPIL-Legacy, I highly recommend this tool to anyone invested in Minecraft programming. Created by the MCPI-Revival team, it offers robust capabilities for manipulating and extending Minecraft: Pi Edition. The project's repository is well-documented and easily accessible at https://github.com/MCPI-Revival/MCPIL-Legacy. Whether you're a novice or seasoned developer, this resource will significantly enhance your Minecraft modding experience.