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 :)
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 |
- 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
- OtterDev102: Creator of Eagler Reborn, wrote java support
- zxmushroom63: Wrote Plugin API
- wxnnvs (me): Porting Plugin API