Pokemonbulbasaur
Posts: 49
Joined: Fri May 29, 2020 9:17 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Fri Jul 17, 2020 3:36 pm

Sigma 5.0 Hacked Client The ultimate client supports from 1.8 to 1.15.2
You can easily switch between versions
https://sigmaclient.info/

HenriZ
Posts: 54
Joined: Sun Feb 28, 2016 4:19 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Sat Jul 18, 2020 5:54 pm

It's a hacked client, which will get you banned on most servers. Also, this thread is about 1.16.1, not 1.15.2

HenriZ
Posts: 54
Joined: Sun Feb 28, 2016 4:19 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Sat Jul 18, 2020 5:58 pm

kingelectrixgyt wrote:
Fri Jul 17, 2020 2:21 am
rpiMike wrote:
Mon Jul 13, 2020 7:17 am
Failed to locate library: liblwjgl32.so

Either something hasn’t installed or the run... script has been broken.

I suggest you reinstall from scratch.
I have the same problem, I tried that 2 times and it still wont work
In the launcher, do 'edit profile'. In the profile, go to the JVM arguments section, enable it and add '' -Dorg.lwjgl.librarypath=/home/pi/lwjgl3arm32" to the arguments (for the 32 bit version).

If you don't use user pi, but another user, replace as fit.

HenriZ
Posts: 54
Joined: Sun Feb 28, 2016 4:19 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Sat Jul 18, 2020 6:01 pm

MamiyaOtaru wrote:
Thu Jul 16, 2020 8:21 am
HenriZ wrote:
Mon Jul 13, 2020 5:22 pm
It also works with voxelmap but then becomes a little too sluggish for my taste.
Aside from Sodium etc, this is my main motivation to get the launcher working (VoxelMap is my mod :) ). I don't notice any performance drop with it active, but I've got everything set on a pretty low render distance on the pi.
Voxelmap has pretty heavy performance implications. I also noticed this on a PC.
Anyway, it is working fine for me with the Java 11 from the repositories, both for the launcher and the game (see my screenshots above). I'll have to test whether Java 8 makes any performance difference, but with Java 11 Sodium etc gives me much better frames than Optifine. I'd also have to test if that remains true at higher resolutions than I am running.
Anything I post, is about fullscreen HD.
my args when launching are
-Xmx1500M -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=/home/pi/.minecraft/natives -Dorg.lwjgl.librarypath=/home/pi/.minecraft/natives
The files in that directory came from some previous thread and I don't recall exactly where :-/
With those arguments, with the natives replaced for the correct folder on my pi, optifime heavily outperforms sodium on fullscreen HD.

Gamer4life1534
Posts: 10
Joined: Sat Jan 25, 2020 9:16 am

Re: How to setup Minecraft 1.16.1 on Pi4

Tue Jul 21, 2020 8:33 am

hello im wondering if there is a way I can allocate more ram to this method of launching minecraft java edition. if there is a way so please get back to me :D


Im using the RPI 4b 4GB model with the quad core processor

HenriZ
Posts: 54
Joined: Sun Feb 28, 2016 4:19 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Tue Jul 21, 2020 5:17 pm

Firs, more memory doesn't make minecraft run faster. In fact, it makes it slower. If you're not running out of memory in minecraft (press F3) enlarging your memory will only make it slower. 1Gb Memory is more than enough for minecraft, although I can allocate 1500Mb, I use only 1Gb, and usually run about 25%-50% memory usage.

However, that being said, you can increase the memory by setting java parameters, for instance:

-Xmx1200m -Xms1200m

makes it use 1,2Gb. You can change this as needed.

Note that if you wanted to use more than 4Gb memory (not the case here), you'd need the 64 bit OS. as 32 bit goes to max 4Gb.

TamaTamaGoGo
Posts: 50
Joined: Tue Dec 24, 2019 5:54 am
Location: Japan
Contact: Website Twitter

Re: How to setup Minecraft 1.16.1 on Pi4

Thu Jul 23, 2020 12:47 am

Hm...
64bit DietPi doesn’t work faster.
I am using raspi 4 4GB, and give to java more than 1GB, but I only could earn 5 FPS.

Code: Select all

glxgears
Works fine and reply 212FPS.
Maybe I need to use swap?

(using aarch64, with medium java 8 what installed by this topic script)
I have java 11 for 64bit, but both of them’s top value of FPS was 10...
(Actually My world is so heavy becuse there have more than 100bees, and using bee spawner)
Hm... I think I am using video setting with the option fake one.
(I will try same situation with another card what burn aarch64 raspbian buster)

Added
I am sorry, I was using kms so I changed to fkms(fake-kms).
Last edited by TamaTamaGoGo on Thu Jul 23, 2020 1:53 am, edited 1 time in total.
Hello!
I am TamaTama.
I am Japanese, so I am not good at English. :|
Check my raspi site. :D
https://tamatechraspi.tech.blog
I am making a script of Minecraft for rasbian buster.
Search “MCPi” at forums!

TamaTamaGoGo
Posts: 50
Joined: Tue Dec 24, 2019 5:54 am
Location: Japan
Contact: Website Twitter

Re: How to setup Minecraft 1.16.1 on Pi4

Thu Jul 23, 2020 1:31 am

HenriZ wrote:
Tue Jul 21, 2020 5:17 pm
Firs, more memory doesn't make minecraft run faster. In fact, it makes it slower. If you're not running out of memory in minecraft (press F3) enlarging your memory will only make it slower. 1Gb Memory is more than enough for minecraft, although I can allocate 1500Mb, I use only 1Gb, and usually run about 25%-50% memory usage.

However, that being said, you can increase the memory by setting java parameters, for instance:

-Xmx1200m -Xms1200m

makes it use 1,2Gb. You can change this as needed.

Note that if you wanted to use more than 4Gb memory (not the case here), you'd need the 64 bit OS. as 32 bit goes to max 4Gb.

Many player told we should save more than 2GB.
I think we should save half of memory.
Hello!
I am TamaTama.
I am Japanese, so I am not good at English. :|
Check my raspi site. :D
https://tamatechraspi.tech.blog
I am making a script of Minecraft for rasbian buster.
Search “MCPi” at forums!

Oog
Posts: 15
Joined: Sat Jun 13, 2020 1:48 am

Re: How to setup Minecraft 1.16.1 on Pi4

Sun Jul 26, 2020 12:55 am

Has anyone figured out how to run modpacks yet? I've been trying forge and several modded launchers to no avail.

aNoob4Gamer
Posts: 1
Joined: Tue Jul 28, 2020 9:49 am

Re: How to setup Minecraft 1.16.1 on Pi4

Tue Jul 28, 2020 9:55 am

Is there a tutorial on how to install fabric yet? The only thing I could find was a post here on a person who managed to do it, not on how they did it tho.

bullen
Posts: 363
Joined: Sun Apr 28, 2013 2:52 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Wed Jul 29, 2020 1:15 pm

I think you could mention KMS, 256 MB GPU RAM and that if you want to run 64-bit that probably means minimum 4GB model (I could not get it to not crash on 2GB model)?!
https://github.com/tinspin/rupy - A tiny Java async HTTP application server.

bullen
Posts: 363
Joined: Sun Apr 28, 2013 2:52 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Wed Jul 29, 2020 9:32 pm

If you want to vote for this performance being worked on specifically for the Raspberry:

https://www.reddit.com/r/minecraftsugge ... y_4_64bit/
https://github.com/tinspin/rupy - A tiny Java async HTTP application server.

RpiMatt
Posts: 11
Joined: Thu May 28, 2020 1:41 pm
Location: Cumbria, UK
Contact: AOL

Re: How to setup Minecraft 1.16.1 on Pi4

Thu Jul 30, 2020 2:16 am

Has anyone gotten Minecraft 1.15.2 and Minecraft 1.16 working, so that you can switch between versions?

TamaTamaGoGo
Posts: 50
Joined: Tue Dec 24, 2019 5:54 am
Location: Japan
Contact: Website Twitter

Re: How to setup Minecraft 1.16.1 on Pi4

Thu Jul 30, 2020 12:45 pm

Oog wrote:
Sun Jul 26, 2020 12:55 am
Has anyone figured out how to run modpacks yet? I've been trying forge and several modded launchers to no avail.
Hello!
I am trying to make script for Minecraft Forge, but it seems after 1.12.2? the Forge doesn’t use launchwrapper so I need to change differences.
I am trying to make 1.14 1.15.2 1.16.1, but any scripts (changed differences) was stopped by STDERR.
Maybe it will take times...
Hello!
I am TamaTama.
I am Japanese, so I am not good at English. :|
Check my raspi site. :D
https://tamatechraspi.tech.blog
I am making a script of Minecraft for rasbian buster.
Search “MCPi” at forums!

Toear
Posts: 3
Joined: Sun Jul 05, 2020 1:12 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Fri Jul 31, 2020 1:04 pm

Anyone know how to have 1.16.1 and 1.8.9?

Pokemonbulbasaur
Posts: 49
Joined: Fri May 29, 2020 9:17 pm

Re: How to setup Minecraft 1.16.1 on Pi4

Wed Aug 05, 2020 3:30 pm

Can you please update the script to use the ful release of optifine
1.16.1 optifine has been released

Return to “Gaming”