This repo contains
- Build script to fetch and compile code required to run Minecraft 1.14
- Self-contained launcher script for Minecraft client
Dependencies are
- https://github.com/johalun/lwjgl3
- https://github.com/johalun/glfw
- https://github.com/johalun/openal-soft
Step 1
Read through the build.sh script. Install binary dependencies if necessary.
Step 2
Execute ./build.sh
When build is complete, set ROOT in minecraft-runtime-1.13 to this folder and start with
./minecraft-client-1.13
From the Minecraft launcher, edit your profile and change the executable to
<absolute-path-to-this-folder>/minecraft-runtime-1.13