Good news for polymc/prismlauncher users!!
https://github.com/PrismLauncher/PrismLauncher/files/15281869/1.15.2-ppc64le.zip This instance should 'just work' on multimc, polymc, or prismlauncher. (I can't test multimc but it works on a veryy old build of poly so it *should*:TM:)
The explanation for which is here: ( and more details here
https://github.com/PrismLauncher/PrismLauncher/issues/2392 )
This is the same file mentioned but with a little change: the commit you mentioned added support for multiple architectures so instead of having just "linux" we check for "linux-ppc64le" so the only change was where you find "linux": "natives-linux" inside a "natives" object I added another line "linux-ppc64le": "natives-linux",
we decided to change linux to be equivalent to linux-x86_64 and linux-x86. So if you are on a CPU architecture other than x86_64/x86, it will try to use linux-<cpu-arch>
This also means that a single instance can now support many targets: amd64, x86, ppc64le, riscv, and so on.
You can also cp `~/.local/share/{PrismLauncher,PolyMC}/instances/{instancename}/patches/org.lwjgl3.json` of the instance i linked to the `patches` subdir of any instance (for any MC version that uses <= the provided version of LWJGL3) to make it run on ppc64le.
Official builds for lwjgl3 on ppc64le are now available
https://www.lwjgl.org/customize right here! Completely customizable too. Lwjgl is a pain to build, so this is very very welcome.
I'm going to try getting changes in polymc/prismlauncher themselves to "just work" on ppc64le-- automatically detecting the arch, and when mojang doesn't provide the needed natives, download from lwjgl.org. No promises on that though. The other option is to pester mojang to provide natives themselves for ppc64le........ if anyone wants to take that on, feel free :p
I'm also going to try PR'ing lwjgl3ify (a 1.7.10 forge mod making it compatible with modern java and lwjgl3) to provide sections for `linux-ppc64le` in their default pack instances, to make that just work ootb.
https://p.rrogal.ski/l/mc.png