Update README.md
This commit is contained in:
parent
a215c60903
commit
4481ff7d33
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -1,16 +1,13 @@
|
|||
ScriptCraft
|
||||
===========
|
||||
A Minecraft mod that lets you create mods using Javascript.
|
||||
|
||||
# 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.
|
||||
I created ScriptCraft to make it easier for younger programmers 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].
|
||||
* Watch some [demos][ytpl] of what you can do with ScriptCraft.
|
||||
|
||||
# Description
|
||||
|
||||
Description
|
||||
===========
|
||||
ScriptCraft is a plugin for Minecraft Servers which lets
|
||||
operators, administrators and plug-in authors customize the game using
|
||||
Javascript. ScriptCraft makes it easier to create your own mods. Mods
|
||||
|
@ -133,4 +130,4 @@ You can find more information about [ScriptCraft on my blog][blog].
|
|||
[cd]: http://coderdojo.com/
|
||||
[scr]: http://scratch.mit.edu/
|
||||
[cda]: http://cdathenry.wordpress.com/category/modderdojo/
|
||||
|
||||
[ytpl]: http://www.youtube.com/watch?v=DDp20SKm43Y&list=PL4Tw0AgXQZH5BiFHqD2hXyXQi0-qFbGp_
|
||||
|
|
Reference in a new issue