How To Add Mods On Eaglercraft Jun 2026

Eaglercraft does support standard Minecraft Forge or Fabric mods ( .jar files). Instead, it uses client-side JavaScript mods or custom server plugins because it runs entirely in a web browser (JavaScript/WebAssembly).

: Open an Eaglercraft HTML client that has EaglerForge pre-installed or use the EaglerForge Injector to create one. how to add mods on eaglercraft

For developers who want to add new (e.g., adding a laser gun or a new biome), you must recompile the client. Eaglercraft does support standard Minecraft Forge or Fabric

You need to host your own Eaglercraft-compatible server (using tools like or EaglerProxy ). For developers who want to add new (e

You will need a development environment like IntelliJ IDEA or Eclipse and basic knowledge of Git. Process:

: Standard Minecraft mods (Forge/Fabric .jar files) will not work in Eaglercraft. Eaglercraft uses JavaScript ( .js ) or specific browser-compatible patches.

Most "client-side" mods work on servers, but "server-side" mods (like New Blocks) require the server itself to be specifically modified.