minecraft-pi-reborn/README.md

2.9 KiB

Minecraft: Pi Edition: Reborn

Minecraft: Pi Edition Modding Project

Getting Started

Debian/Raspbian Buster Users

  1. Install Newer libseccomp2
    # Install Backports Key
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
    # Install Backports Repository
    echo 'deb http://deb.debian.org/debian buster-backports main' | sudo tee -a /etc/apt/sources.list
    # Update APT Index
    sudo apt update
    # Install Updated libseccomp2
    sudo apt install -t buster-backports libseccomp2
    
  2. Install Official Docker Build
    curl -fsSL https://get.docker.com -o get-docker.sh
    sudo sh get-docker.sh
    
  3. Remove Old Minecraft: Pi Edition Package If Installed (sudo apt remove minecraft-pi)

Installation Instructions

  1. Add mcpi-revival apt repo with curl -s https://packagecloud.io/install/repositories/Alvarito050506/mcpi-devs/script.deb.sh | sudo bash
  2. Install the package according to the package below with apt (eg. sudo apt install minecraft-pi-reborn-native for ARM systems)
  3. Run it with minecraft-pi or download our launcher with ``sudo apt install mcpil`

Package Table

Package Description
minecraft-pi-reborn-server Minecraft Pi Edition Modded Into A Dedicated Server
minecraft-pi-reborn-virgl Minecraft Pi Edition Using VirGL For Hardware Acceleration (Recommended For Desktop)
minecraft-pi-reborn-native Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For ARM Devices (ie. Raspberry Pi, PinePhone, etc))

Troubleshooting Crashes

Game logs are located in /tmp/minecraft-pi.

Error response from daemon: error gathering device information while adding custom device "/dev/dri": no such file or directory

Make sure you are using the correct GPU drivers for your system. If you are using a Raspberry Pi, make sure you have set your GPU driver to Full KMS or Fake KMS in raspi-config.

Segmentation Fault

  1. Attempt To Reproduce Issue And Record Instructions
  2. Report On Issue Tracker Including The Instructions To Reproduce

Dedicated Server

The dedicated server is a version of Minecraft: Pi Edition modified to run in a headless environment. It loads settings from a server.properties file.

To use, install the minecraft-pi-reborn-server package and run minecraft-pi-reborn-server. It will generate the world and server.properties in the current directory.

This server is also compatible with MCPE Alpha 0.6.1.

Limitations

  • Player data is not saved because of limitations with MCPE LAN worlds
    • An easy workaround is to place your inventory in a chest before logging off
  • Survival mode servers are only compatible with minecraft-pi-reborn clients

Modding

View Modding

Credits

View Credits