You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
I will probably take a rest on this project as i don't have time to maintain it and i really fucked something up that I do no understand. I hope y'all can have fun with what it is right now and maybe you guys can update it, i will be checking on this and merge pull requests if needed :)
Progress so far:
Task
Progress
Update Plugin API (a4.3 -> a5.1)
🟠 In progress
Implement AutoEagler as alternative to singleplayer
🟠 In Progress
Port Java support
🟠 In Progress
Restyle Plugin Manager
⚪ Soon
This repository contains:
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
This repository does NOT contain:
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
Getting Started:
To compile the latest version of the client, on Windows:
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
To compile the latest version of the client, on Linux/macOS:
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
Credits
OtterDev102: Creator of Eagler Reborn, wrote java support
zxmushroom63: Wrote Plugin API
wxnnvs (me): Porting Plugin API
About
A WIP port of Eagler Reborn to EaglercraftX u19 Ultimate