Minecraft: Pi Edition Modding Project https://discord.com/invite/aDqejQGMMy
Go to file
TheBrokenRail b10616905d
minecraft-pi-reborn/pipeline/head This commit looks good Details
Add Death Messages
2021-02-17 11:31:01 -05:00
build Fixes 2021-01-27 16:26:19 -05:00
debian Improve Image 2021-02-10 20:03:19 -05:00
launcher Improve Image 2021-02-10 20:03:19 -05:00
libreborn Add Death Messages 2021-02-17 11:31:01 -05:00
mods Add Death Messages 2021-02-17 11:31:01 -05:00
scripts Add Chat 2021-02-16 12:26:40 -05:00
.dockerignore Improve Comments 2020-10-26 15:58:28 -04:00
.gitignore Add Chat 2021-02-16 12:26:40 -05:00
CREDITS.md Add Smooth Lighting 2020-11-20 16:38:23 -05:00
Dockerfile.build Fix CI 2020-10-16 16:04:03 -04:00
Dockerfile.client Add Chat 2021-02-16 12:26:40 -05:00
Dockerfile.server Fixes 2021-01-27 16:26:19 -05:00
Jenkinsfile Project Rename 2021-01-27 11:13:06 -05:00
LICENSE 2021 2021-02-12 11:49:55 -05:00
MODDING.md Small Technical Improvement 2021-02-10 15:47:38 -05:00
README.md Update Wording 2021-02-02 12:06:00 -05:00

README.md

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 Vanilla Minecraft: Pi Edition Package If Installed (sudo apt remove minecraft-pi)
  4. Transfer Vanilla Minecraft: Pi Edition Worlds If Present (mv ~/.minecraft ~/.minecraft-pi)

Installation Instructions

  1. Download Appropriate Package From Here (See Table Below)
  2. Install With sudo apt install ./<Path To File>
  3. Have Fun!

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

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

Couldn't connect to Docker daemon at http+docker://localhost - is it running?

Start Docker if it isn't running:

sudo service docker start

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 your GPU driver is set to Full KMS or Fake KMS in raspi-config.

Segmentation Fault (Exit Code: 139)

Report an issue with reproduction instructions and system details.

[ERR]: Invalid ~/.minecraft-pi Permissions

Update ~/.minecraft-pi permissions:

sudo chown -R "$(id -u):$(id -g)" ~/.minecraft-pi
chmod -R u+rw ~/.minecraft-pi

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 v0.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