Open
Description
Is your feature request related to a problem? Please describe.
#161 requested native Arm support, and it was closed pending support in the vanilla launcher. There is now support for an Arm64 Java runtime in the vanilla minecraft launcher, but the one bundled with FTB App is still x86 only.
Describe the solution you'd like
The inclusion of an Arm64 JVM
Describe alternatives you've considered
In the meantime, custom java installations that are compiled for aarch64/Arm64 can be used
edit: the game seems to crash if any aarch jvm is used -- I tired adoptium/temurin 17.0.5, azul/zulu 17.0.5, and microsoft 17.0.3 and all crashed.
Additional context
This should improve performance on Apple Silicon devices significantly.