This is a complete rewrite and redesign of @OeildeLynx31's eaglerforge builder (repo), a tool that allows you to easily develop Eaglercraft mods using the EaglerForge modding API.
This rewrite brings a lot of new features and changes, such as moving to a higher-level system where you add modules which you then customise. (eg: add an item and then modify it's behaviour or texture.)
You can use blocks to write custom event handlers, which you can select in your module.
- Now using the new EaglerForgeInjector API architecture rather than Legacy
- Mods are now no longer limited to being client-side only.
- You can now easily add blocks, items, commands and recipes.
- Dark mode
- Higher-level design