Apple is using arm64 architecture on their new Macs.
But Minecraft hasn't supported macOS arm64 officially yet.
So I made this program to make Minecraft run natively with HMCL
- Go to releases page, download
M1MC.zip
under "Assets". - Unzip M1MC.zip, open M1MC folder, right click "m1mc" with Alt key, click Copy "m1mc" as Pathname.
- Open HMCL and click Settings, paste into "Wrapper command" field.
- Custom "Native Library Path" with any path, because M1MC will modify it when game start and HMCL won't work if you don't use custom native lib path.
- Done! Enjoy your play!
- Clone this repository.
- Run command
go build -o m1mc main.go
. Download LWJGL macOS arm64 andNo longer need! M1MC will download libraries when game start at first time.java-objc-bridge
and unzip necessary jars intolibraries
folder, native libraries intonatives
.