more tutorials coming soon
This commit is contained in:
parent
647d1060e2
commit
8ce67f1493
1 changed files with 30 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue