HUGE minecraft update!

pull/20/head
Botspot 4 years ago
parent 6b4c65ab96
commit 65615a5155

@ -1,3 +1,5 @@
Minecraft Java edition for the raspberry pi
Run with the menu bar shortcuut or with "java -jar /usr/share/minecraftjava/launcher.jar"
This installs the old Minecraft launcher so that MC can be launched properly with any version and Optifine.
Botspot added two commands which allow Minecraft to install successfully.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

@ -30,8 +30,22 @@ cd
sudo chmod +x ~/.local/share/applications/minecraft.desktop
#Edit launcher profile
echo ''
echo 'This step requires manual work'
echo 'The luancher will now open. Please log in to the launcher with your MC account and follow the instructions at https://www.noxxtech.tk/minecraft-install#h.fpnon3xvmuoz'
mkdir -p ~/.minecraft
echo '{
"profiles": {
"(Default)": {
"name": "(Default)",
"javaArgs": "-Dorg.lwjgl.librarypath=/home/pi/lwjgl3arm32 -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M"
}
},
"selectedProfile": "(Default)",
"clientToken": "c4a6f915-4d47-47bf-a8f4-746090e7e576",
"authenticationDatabase": {},
"launcherVersion": {
"name": "1.6.93",
"format": 21,
"profilesFormat": 1
}
}' > /home/pi/.minecraft/launcher_profiles.json
java -jar /usr/share/minecraftjava/launcher.jar

Loading…
Cancel
Save