FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
233 stars 201 forks source link

Raspberry Pi support #973

Closed modmuss50 closed 10 months ago

modmuss50 commented 10 months ago

I recently got a Raspberry Pi 5, first thing I did was to try and run Minecraft on it. Turns it out its actually playable, once you set the MESA_GL_VERSION_OVERRIDE=4.3 env var. Loom already handles adding the linux arm64 natives, so why not set this env var for a flawless experience on a Pi5.

I have limited this to debian bookworm (Raspbian) as its the easyist thing for me to test with.