Please note :
Do this at your own risk.
If you have any doubts use a spare SD card.
I'm using the official 5.1V 3.0A power supply, with the Pi4 in an open sided case with small fan (currently off).
Should work on 2GB,4GB and 8GB Pi4.
I do not advise trying to run this over VNC.
Please make sure you are using your own valid Minecraft account.
This tutorial should work on Raspberry Pi OS 32bit and 64bit(beta)
1 Download and run setup script
This will take a few minutes, including installing Oracle java.
Code: Select all
mkdir ~/Minecraft && cd ~/Minecraft && wget https://www.dropbox.com/s/chdb4uts1fnm2bn/setupMC1_16_1_3264.sh && chmod +x setupMC1_16_1_3264.sh && ./setupMC1_16_1_3264.sh
Code: Select all
./runLauncher.sh
Click 'edit profile' and select use release - 'release 1.16.1', then 'save profile'
Click Play to install game
You will then receive an error ([... ERROR]: Game ended with bad state (exit code ...))
Close launcher, may need to press Ctrl-C to return to command prompt
3 Install Optifine
Code: Select all
./optifine1_16_1_G2_pre2Install.sh
4 Run Minecraft launcher
Code: Select all
./runLauncher.sh
5 Edit runMC1_16_1_OptifineG2pre.sh
Code: Select all
mousepad runMC1_16_1_OptifineG2pre.sh
6 Start Minecraft from terminal window
Code: Select all
cd ~/Minecraft
./runMC1_16_1_OptifineG2pre.sh
Hopefully Minecraft should run
