Minecraft: Pi Edition Modding Project https://discord.com/invite/aDqejQGMMy
Go to file
TheBrokenRail 0eb10dea7c
minecraft-pi-docker/pipeline/head This commit looks good Details
Switch To 32-Bit Docker Image
2020-11-25 21:17:40 -05:00
build Switch To 32-Bit Docker Image 2020-11-25 21:17:40 -05:00
core Use Better Exit Codes 2020-11-19 14:53:00 -05:00
debian Select Game-Mode On World Creation 2020-11-23 18:03:37 -05:00
mods Display Smoke From TripodCamera Higher 2020-11-24 18:57:58 -05:00
scripts Uncomment Line 2020-10-16 15:39:54 -04:00
.dockerignore Improve Comments 2020-10-26 15:58:28 -04:00
.gitignore Switch To 32-Bit Docker Image 2020-11-25 21:17: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 Switch To 32-Bit Docker Image 2020-11-25 21:17:40 -05:00
Dockerfile.server Remove XVFB From Dedicated Server 2020-10-30 18:25:08 -04:00
Jenkinsfile Port From SDL 1.2 To GLFW 2020-10-05 18:17:55 -04:00
LICENSE Add License 2020-10-10 19:06:15 -04:00
MODDING.md Add Animated Water 2020-11-20 13:36:03 -05:00
README.md Link To Credits 2020-11-20 16:39:05 -05:00

README.md

Minecraft: Pi Edition For Docker

This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker.

Setup

View Binaries

Packages

Package Description
minecraft-pi-server Dedicated Server
minecraft-pi-virgl Minecraft Pi Edition Using VirGL For Hardware Acceleration (Recommended For Desktop)
minecraft-pi-native Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For Raspberry 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-server package and run minecraft-pi-server. It will generate the world and server.properties in the current directory.

This is also compatible with MCPE 0.6.1.

Limitations

  • Player inventories are 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-docker clients

Modding

View Modding

Credits

View Credits