Skip to content

In the ecosystem of Minecraft, there is the official game, there are clones, and then there is Eaglercraft. For a specific niche of the internet—students on Chromebooks, players with low-end PCs, and those restricted by strict network firewalls—Eaglercraft became a cultural phenomenon.

While the project has a tumultuous history involving DMCA takedowns and community schisms, the legacy of Eaglercraft 1.10 (and the subsequent forks attempting to modernize it) remains a fascinating case study in open-source decompilation and web gaming.

Before diving into the new features, let's establish the baseline. Eaglercraft is an open-source, re-coded version of Minecraft Java Edition that runs entirely on JavaScript and WebAssembly (specifically TeaVM). It is not a remote desktop app or a video stream; the game logic, world generation, and rendering happen natively inside your Chrome, Edge, or Firefox browser.

The original project mimicked Minecraft version 1.5.2, but over time, developers added modern mechanics, multiplayer support via WebSockets, and even LAN worlds.

While the engine runs on 1.8, the developers added mobs that did not exist in 1.8 to match the 1.10 experience:

Back to top