- Utilities to decompile Minecraft 1.8 and apply patch files to it
- Source code to provide the LWJGL keyboard, mouse, and OpenGL APIs in a browser
- Patch files to mod the Minecraft 1.8 source code to make it browser compatible
- Browser-modified portions of Minecraft 1.8's open-source dependencies
- Any portion of the decompiled Minecraft 1.8 source code or resources
- Any portion of Mod Coder Pack and it's config files
- Data that can be used alone to reconstruct portions of the game's source code
- Software configured by default to allow users to play without owning a copy of Minecraft
- Make sure you have at least Java 11 installed and added to your PATH
- Download (clone) this repository to your computer
- Double click
CompileLatestClient.bat
, a GUI resembling a classic windows installer should open - Follow the steps shown to you in the new window to finish compiling
- Make sure you have at least Java 11 installed
- Download (clone) this repository to your computer
- Open a terminal in the folder the repository was cloned to
- Type
chmod +x CompileLatestClient.sh
and hit enter - Type
./CompileLatestClient.sh
and hit enter, a GUI resembling a classic windows installer should open - Follow the steps shown to you in the new window to finish compiling
- (real!)
To join non eagler servers on the client, just do not include wss://
in the server address. If you include wss://
, the client will assume its an eagler server.
If the server has both Java and Eagler support, you should definitely use Eagler. Here's why:
- Eagler is much faster than Java
- Eagler is supported natively, with needing to use a relay, resulting in better ping.
Just click the "Run on replit" button to make a relay.
make sure to set it to "blank repl"
run the repl, then wait a bit.
once u see the webview, ur done. (once u see the >
its 100% finished)
take the link in the webview and replace https://
with wss://
. then, fork this repo and go to sources/main/java/me/otterdev/eaglerreborn/NetworkSettings.java
. take the wss://
link u made earlier and replace wss://reborn-relay.otterdev.repl.co
with your relay. Afterward, compile the client and your relay is all setup!