Add linux arm64 dep's (confirmed working)
Describe the bug
This mod works surprisingly well on linux arm64.
As of right now I had to manually add
- lwjgl-shaderc-natives-linux-arm64.jar
- lwjgl-vma-natives-linux-arm64.jar
to the minecraft.jar but then it runs.
Steps to reproduce
Try starting without
- lwjgl-shaderc-natives-linux-arm64.jar
- lwjgl-vma-natives-linux-arm64.jar
Log files
"As of right now I had to manually add
lwjgl-shaderc-natives-linux-arm64.jar lwjgl-vma-natives-linux-arm64.jar to the minecraft.jar but then it runs." Its minecraft problem, not the mod problem. (Minecraft problem, because you need to put arm64 files to the minecraft.jar.)
@NDevDiscord no bc the mod has those libraries packaged for x86 and macos + macos arm64 inside. If you extract the most recent version you’d see that too for all variants besides linux arm64
@HeyMeco If you know the fix, you can pretty much try to implement it into the source and open a pull request tho