Update readme.md
This commit is contained in:
parent
d889b301b3
commit
06a88a1073
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# Let's begin...
|
||||||
|
|
||||||
|
I created ScriptCraft to make it easier for children (and anyone curious about programming) to create their own Minecraft Mods. ScriptCraft makes it easier for new programmers to create Minecraft mods. Mods are written using the Javascript programming language and once the ScriptCraft mod is installed, you can add your own new Mods by adding Javascript (.js) files in a directory.
|
||||||
|
|
||||||
|
* If you're new to programming and want to start modding Minecraft, then [Start Here][ypgpm].
|
||||||
|
* If you've already used [Scratch][scr], have attended a few [CoderDojo][cd] sessions, or have already dabbled with Javascript, then [Start Here][cda].
|
||||||
|
|
||||||
# Additional Resources
|
# Additional Resources
|
||||||
|
|
||||||
CoderDojo Athenry have some [excellent tutorials][cda] for younger programmers who have used [Scratch][scr] and are interested in Modding Minecraft using Javascript.
|
CoderDojo Athenry have some [excellent tutorials][cda] for younger programmers who have used [Scratch][scr] and are interested in Modding Minecraft using Javascript.
|
||||||
|
@ -16,3 +23,4 @@ Developer Chris Cacciatore has created some interesting tools using Scriptcraft.
|
||||||
|
|
||||||
[wb]: https://github.com/cacciatc/wolfbot
|
[wb]: https://github.com/cacciatc/wolfbot
|
||||||
[ls]: https://github.com/cacciatc/scriptcraft-lsystems
|
[ls]: https://github.com/cacciatc/scriptcraft-lsystems
|
||||||
|
[ypgpm]: YoungPersonsGuideToProgrammingMinecraft.md
|
||||||
|
|
Reference in a new issue