mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-25 07:01:20 -09:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
## Mod tutorials with ModAPI
|
|
|
|
|
|
|
|
### Beginner
|
|
|
|
Prerequisites:
|
|
- Basic knowledge of JavaScript
|
|
- A good code editor (recommended: https://vscode.dev)
|
|
|
|
Tutorials:
|
|
- [Step Hack](step.md)
|
|
- [Spider Hack](spider.md)
|
|
- [VClip Exploit](vclip.md)
|
|
|
|
### Intermediate
|
|
Prerequisites:
|
|
- Intermediate knowledge of JavaScript (functions, arrays, promises and callbacks)
|
|
- A good code editor (recommended: https://vscode.dev)
|
|
- A copy of the eaglercraft workspace (optional, get it at: https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace)
|
|
|
|
Tutorials:
|
|
- [Disable All Particles](disable_all_particles.md)
|
|
- [/hat mod](comingsoon)
|
|
- [/spawnxp command](comingsoon)
|
|
- [Slippery Mod](comingsoon)
|
|
|
|
### Advanced
|
|
Prerequisites:
|
|
- Advanced knowledge of JavaScript (prototypes)
|
|
- A good code editor (recommended: https://vscode.dev)
|
|
- A copy of the eaglercraft workspace (get it at: https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace)
|
|
- Your EaglerForgeInjector processed.html opened in an editor (optional)
|
|
|
|
Tutorials:
|
|
- [Custom Blocks](comingsoon)
|
|
- [Custom Items](comingsoon)
|
|
- [Timescale Command](comingsoon) |