How to install Minecraft on Raspberry Pi

Minecraft gives players the experience of building buildings by structural cubes according to the simulator of the 3D world and many other interesting features.

Minecraft is a sandbox game designed by Markus 'Notch' Persson Swedish software engineer, and later developed and widely known by Mojang.

In terms of creativity and construction, Minecraft allows players to build buildings using structural cubes according to the simulator of the 3D world.In addition, the game also has other interesting activities such as exploring, exploiting resources, crafting and fighting.Let's learn how to install Minecraft on Raspberry Pi machines.

The guide below will explain in detail how each step so you can successfully install Minecraft on your Raspberry Pi.

The first thing to do is to update the data packets on the Raspberry Pi by entering the following 2 commands.

 sudo apt-get update 
sudo apt-get upgrade

How to install Minecraft on Raspberry Pi Picture 1How to install Minecraft on Raspberry Pi Picture 1

Then update the firmware for your Raspberry Pi with this command:

 sudo rpi-update 

How to install Minecraft on Raspberry Pi Picture 2How to install Minecraft on Raspberry Pi Picture 2

After updating the firmware, restart the Raspberry Pi with the command:

 sudo reboot 

How to install Minecraft on Raspberry Pi Picture 3How to install Minecraft on Raspberry Pi Picture 3

By this step, you will have to install the experimental OpenGL Driver as well as show audio and glxgears using the commands below.

 sudo apt-get -y install xcompmgr libgl1-mesa-dri 

sudo apt-get -y install libalut0-libalut0

sudo apt-get -y install mesa-utils

How to install Minecraft on Raspberry Pi Picture 4How to install Minecraft on Raspberry Pi Picture 4

How to install Minecraft on Raspberry Pi Picture 5How to install Minecraft on Raspberry Pi Picture 5

Next, use the sudo raspi-config command to activate "GL Driver".

After entering the above command, from the Advanced Options a utility configuration will be started, click on 'GL Driver' and then click Yes.

Now it's time to download Minecraft, by entering the following command in Terminal:

 mkdir ~ / Minecraft; mkdir ~ / Minecraft / Natives; cd ~ / Minecraft && wgethttps: //s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar 

How to install Minecraft on Raspberry Pi Picture 6How to install Minecraft on Raspberry Pi Picture 6

In this step, use the java -jar command for Minecraft.jar to install the launcher.

How to install Minecraft on Raspberry Pi Picture 7How to install Minecraft on Raspberry Pi Picture 7

After installing the launcher, Minecraft will automatically launch, the rest is just login and battle

How to install Minecraft on Raspberry Pi Picture 8How to install Minecraft on Raspberry Pi Picture 8

Just follow these instructions, make sure you install Minecraft on Raspberry Pi tape without worrying about any problems.Wish you have great entertainment moments.

See more:

  1. What is Raspberry Pi and how is it used?
  2. 20 great applications from micro-Raspberry Pi computers
  3. Instructions for creating your own Minecraft mods to play games in your style
5 ★ | 1 Vote