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
walterhiggins 7457cd58b8 Changed formatting to use idiomatic style. (like glasses-mode in emacs) 2014-01-29 19:49:15 +00:00
..
img Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
API-Reference.md Changed formatting to use idiomatic style. (like glasses-mode in emacs) 2014-01-29 19:49:15 +00:00
Anatomy-of-a-Plugin.md Updated README and added Anatomy doc 2013-12-31 09:48:38 +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 Further changes to achieve compat with Nashorn java 8 2014-01-13 23:01:17 +00:00
readme.md Update readme.md 2013-12-19 10:43:13 +00:00
release-notes.md updated release notes for mqtt 2014-01-17 23:33:23 +00:00

readme.md

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...