Skip to content

Instantly share code, notes, and snippets.

View ryuujo1573's full-sized avatar

张新伟 ryuujo1573

  • Singapore
View GitHub Profile
/** https://github.com/dart-lang/pub-dev/issues/4416 **/
body {
background-color: #10161e;
color: #dcdcdc;
font-size: 14px;
line-height: 1.6;
margin: 0;
padding: 0;
overflow-wrap: break-word;
}

Minecraft on Apple Silicon

In this gist, you can find the steps to run Minecraft 1.16.4 natively on Apple Silicon (AS), without needing Rosetta 2 translation of the dependencies (mainly LWJGL and related libraries).

While it's possible to use a launcher like MultiMC to have a prettier way to run the game on AS, it requires installing even more dependencies (like QT) which take time and are difficult to distribute. Therefore, I've put together a command line-based launcher tool using a couple shell & Python scripts.

To get up and running quickly, follow the steps below. Otherwise, for more detail, watch my YouTube video.

Download my package