HUGE minecraft update!

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

@ -1,3 +1,5 @@
Minecraft Java edition for the raspberry pi Minecraft Java edition for the raspberry pi
Run with the menu bar shortcuut or with "java -jar /usr/share/minecraftjava/launcher.jar" 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. 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 sudo chmod +x ~/.local/share/applications/minecraft.desktop
#Edit launcher profile mkdir -p ~/.minecraft
echo '' echo '{
echo 'This step requires manual work' "profiles": {
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' "(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 java -jar /usr/share/minecraftjava/launcher.jar

Loading…
Cancel
Save