mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
more tutorials coming soon
This commit is contained in:
parent
647d1060e2
commit
8ce67f1493
@ -1,10 +1,38 @@
|
||||
## Mod tutorials with ModAPI
|
||||
|
||||
|
||||
|
||||
### Beginner
|
||||
|
||||
Prerequisites:
|
||||
- Basic knowledge of JavaScript
|
||||
- A good code editor (recommended: https://vscode.dev)
|
||||
|
||||
### Beginner
|
||||
Tutorials:
|
||||
- [Step Hack](step.md)
|
||||
- [Spider Hack](spider.md)
|
||||
- [VClip Exploit](comingsoon)
|
||||
- [VClip Exploit](comingsoon)
|
||||
|
||||
### Intermediate
|
||||
Prerequisites:
|
||||
- Basic knowledge of JavaScript
|
||||
- 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](comingsoon)
|
||||
- [/hat mod](comingsoon)
|
||||
- [/spawnxp command](comingsoon)
|
||||
- [Slippery Mod](comingsoon)
|
||||
|
||||
### Advanced
|
||||
Prerequisites:
|
||||
- Basic knowledge of JavaScript
|
||||
- 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)
|
Loading…
x
Reference in New Issue
Block a user