← all posts

Raspberry Pi - Minecraft - Install

Im so excited… The first release of Minecraft has been made available.

Download

cd ~
wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz

Extract

tar -zxvf minecraft-pi-0.1.1.tar.gz

Execute

cd mcpi
./minecraft-pi

Note - minecraft has to be run directly on the Pi, it wont work from ssh or via a desktop viewer e.g. TightVNC.

API By far the best thing about the Minecraft: Pi edition (other than it being free) is the api which allows you to interact with the world in real time. Ive created a few posts / tutorials / interesting things about the Minecraft API: