-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Hey, I have MineRL Mac Silicon working. Should I create a pull request or has MineRL been successful on Mac Silicon arm64 already?
Runs on arm64 (No Rosetta as previously used)
Python3.9,
Runs OpenAI's VPT with no extra software,
Haven't ran it with mods yet, however, I am strongly confident it'll run successfully,
openjdk version "1.8.0_442"
For reference, I am running a Mac Mini M1, with Ventura (Hopefully someone could test it with macOS 14 & 15).
I followed mostly #659 (comment) - thanks!
However, a couple of changes were needed on-top.
Add
import net.minecraft.client.Monitor;
to
MCP-Reborn/src/main/java/net/minecraft/client/MainWindow.java
and
import net.minecraft.client.Monitor;
to
MCP-Reborn/src/main/java/net/minecraft/client/FullscreenResolutionOption.java
Finally,
pip install --no-cache-dir --force-reinstall .
in the root project. Using pip install .
will revert the changes back to the original.