mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -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, callbacks, keys and values in objects)
|
|
- 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)
|
|
- [Slippery Mod](slippery.md)
|
|
- [/hat mod](hat.md)
|
|
- [/spawnxp command](spawnxp.md)
|
|
|
|
### 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](custom_block.md)
|
|
- [Custom Items](comingsoon.md)
|
|
- [Timescale Command](comingsoon.md) |