This repository has been archived on 2021-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
scriptcraft/docs
2014-01-12 11:26:26 +00:00
..
img Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
Anatomy-of-a-Plugin.md Updated README and added Anatomy doc 2013-12-31 09:48:38 +00:00
API-Reference.md Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
readme.md Update readme.md 2013-12-19 10:43:13 +00:00
release-notes.md Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
Using-Java-APIs-In-Javascript.md Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
YoungPersonsGuideToProgrammingMinecraft.md fix issue #107 2014-01-04 22:06:23 +00:00

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.
  • If you've already used Scratch, have attended a few CoderDojo sessions, or have already dabbled with Javascript, then Start Here.

Additional Resources

CoderDojo Athenry have some excellent tutorials for younger programmers who have used Scratch and are interested in Modding Minecraft using Javascript. In particular, they have an excellent Scratch - to - Javascript tutorial which explains Scratch programs and how to do the same thing in Javascript.

I highly recommend the series of tutorials provided by CoderDojo Athenry.

Developer Chris Cacciatore has created some interesting tools using Scriptcraft...