A modding API injector for vanilla eaglercraft builds.
  • JavaScript 99.7%
  • HTML 0.3%
Find a file
2024-12-08 18:01:34 +08:00
docs Finish custom block tutorial 2024-12-08 18:01:34 +08:00
examplemods Finish custom block tutorial 2024-12-08 18:01:34 +08:00
libs Gui update 2024-09-22 19:26:12 +08:00
efserver.js wip server 2024-09-14 16:39:49 +08:00
index.html spawn xp tutorial, fix compiling client link 2024-12-05 14:47:12 +08:00
injector.js add efi version to title 2024-12-05 13:18:57 +08:00
injector.minify.js new readme 2024-12-04 14:29:07 +08:00
LICENSE Create LICENSE 2024-12-03 15:45:01 +08:00
modgui.js Change GUI structure to mimic postinit.js, and clean up codebase 2024-12-04 14:16:01 +08:00
modloader.injector.js Add metadata module 2024-09-08 13:27:58 +08:00
modloader.js Add metadata module 2024-09-08 13:27:58 +08:00
patches.js 2.2 beta 2024-11-03 17:26:54 +08:00
postinit.js Fix gun bug and hashing algo bug 2024-12-08 16:19:31 +08:00
README.md new readme 2024-12-04 14:29:07 +08:00

EaglerForgeInjector

An advanced modding API injector for vanilla eaglercraft builds. Current features:

  • Method hooking/monkey patching
  • Reflection
  • Custom classes
  • Modify the dedicated server

How to use:

Online

Go to https://eaglerforge.github.io/EaglerForgeInjector/ and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.

Portable Offline

Download this repository as a .zip, and extract it. Open index.html with your preferred browser (use ctrl + O on a new tab) and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.