Adds ModAPI with more functionality (adds hooking into functions,
exposes all classes, etc) to unminified unobfuscated EaglercraftX
offline downloads (web support coming soon).
Awaiting input...
Info:
Where can I download an unobfuscated unsigned Eaglercraft build?
https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest
How do I compile my own unobfuscated unsigned Eaglercraft build?
tutorial hereHow does this tool work?
The injector works by analysing your uploaded file for patterns that
appear in TeaVM's compiled JavaScript code. Then, it will replace all
functions with proxies to the original code, which it moves into
ModAPI.hooks.methods. It does similar things with static
properties and constructors, and then hooks into
$rt_metadata to access auxilary information.
Where documentation???https://eaglerforge.github.io/EaglerForgeInjector/docs