⚠️ This fork is no longer being updated.
It has come to my attention that a significant amount of people are led here by Google search results.
Thanks to the amazing work of @theofficialgman, you can now download MultiMC directly from Pi-Apps.
Installing
To install MultiMC for ARM64, you need to download the latest release from the releases page or build it yourself following the instructions here.
Uncompress the build and move it to somewhere suitable, such as ~/MultiMC
.
If you are on Raspbian, you need to tell QT not to scale the window super large. If you don’t do this it will crash the X Server!
First, you need to open the start script in a text editor You need to add the line
export QT_AUTO_SCREEN_SCALE_FACTOR=0
to the beginning of the file, right after the shebang line. Save and close the text editor
(More to come)