Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
theofficialgman/piston-meta-arm64
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo hosts a replacement Minecraft Java Manifest for ARM64 Linux.Minecraft has a manifest file that tells minecraft launchers where the files are located on the intenet, what files go with what version of the game, and what launch arguments to launch the game with.See the wiki for more info:https://minecraft.fandom.com/wiki/Version_manifest.json
This repo takes advantage of this by parsing and rewriting the official meta repo for unofficial ARM64 linux support.
If you are looking for ARM32 linux, I have a separate repo for that here ->https://github.com/theofficialgman/piston-meta-arm32
Minecraft launchers can be modified to use this meta repo instead of mojangs meta repo. For open source launchers, sometimes this is as simple as changing a string fromhttps://launchermeta.mojang.com/mc/game/version_manifest.json
to this manifesthttps://raw.githubusercontent.com/theofficialgman/piston-meta-arm64/main/mc/game/version_manifest.json
and building the launcher.(or for the v2 versionhttps://launchermeta.mojang.com/mc/game/version_manifest_v2.json
tohttps://raw.githubusercontent.com/theofficialgman/piston-meta-arm64/main/mc/game/version_manifest_v2.json
)
GDLauncher required minimal changes for a functional build:gorilla-devs/GDLauncher#1451
Builds for ARM64 Linux here:
Get it frompi-apps
https://github.com/Pi-Apps-Coders/files/releases/download/large-files/GDLauncher-linux-arm64-1.1.29-setup.AppImage
https://github.com/Pi-Apps-Coders/files/releases/download/large-files/GDLauncher-linux-arm64-1.1.29-setup.deb
https://github.com/Pi-Apps-Coders/files/releases/download/large-files/GDLauncher-linux-arm64-1.1.29-setup.rpm
https://github.com/Pi-Apps-Coders/files/releases/download/large-files/GDLauncher-linux-arm64-1.1.29-setup.zip
- LWJGL 2.9.4-nightly-20150209 (for minecraft 1.12 and older)
- jinput 2.0.7 (it appears that jinput 2.0.5 from mojang is actually closer to 2.0.7) a library used for game controllers on minecraft 1.12.2 and older, tested with this mod:https://github.com/ljsimin/MinecraftJoypadSplitscreenMod
- backported versions of 3.1.6, 3.2.1, and 3.2.2 for armhf/arm64 compatibility, and a spoofed 3.1.2 (for prerelease 1.13 minecraft)
- official lwjgl 3.3.1 armhf/arm64 linux builds are also included for use with Minecraft 22w16a (1.19 prerelease) and newer
The only library that does not have a native arm64 version is the narrator library created by Mojang. This just means the in-game narrator is unavailable. The sources for this library are available but it is not easily buildable outside of microsoft's full build system. You can find the sources here:https://libraries.minecraft.net/com/mojang/text2speech/1.13.9/text2speech-1.13.9-sources.jar . Change the version number to match the desired version used in Minecraft. If anyone is able to build this library, create an issue in this repo.
https://github.com/theofficialgman/lwjgl3-binaries-arm64
https://github.com/theofficialgman/lwjgl3 (check the3.2.2-arm
,3.2.1-arm
, and3.1.6-arm
branches)
https://github.com/theofficialgman/lwjgl (checkout the commit corresponding to2.9.4-nightly-20150209
)
https://github.com/jinput/jinput/tree/2.0.7
FOSS SoftwareSpruce is included in binary form in this repo to assist with automation, its license is found here:https://github.com/geofffranks/spruce/blob/master/LICENSE
About
replacement Minecraft Java Manifest for ARM64 Linux
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.