Ubuntu mate for Raspberry Pi 2 Minecraft [HELP]

Ubuntu mate for Raspberry Pi 2 Minecraft [HELP]

HOW CAN I PLAY MINECRAFT ON UBUNTU MATE FOR RASPBERRY Pİ 2 ?
PLEASE HELP ME

I honestly don’t know if it is possible…resource wise that is. But what version of ubuntu-Mate are you running?

Also note, we have a community Minecraft server Unofficial UbuntuMATE minecraft server

@oklius please do not use all capitals when asking a question.

The Raspberry Pi version is called Minecraft Pi. It’s not the full version, but a modified version of the Pocket Edition designed for coding on the Raspberry Pi.

You can download it for free from their website:

To download it: click here or visit https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz
To decompress it: tar -zxvf minecraft-pi-0.1.1.tar.gz
To run it: cd mcpi
Followed by: minecraft-pi

You may need to install Python first, which I don’t think Ubuntu MATE has pre-installed.

sudo apt-get update
sudo apt-get install python3
1 Like