Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft
This commit is contained in:
commit
75d8299a83
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -34,14 +34,7 @@ The Javascript `Drone` class provides a much richer API which can be used to con
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
You'll need to install the Minecraft Coder Pack and be comfortable installing a Minecraft Mod.
|
You will need to install Rhino (A javascript implementation for java) if it is not already installed. Type...
|
||||||
You can get the Minecraft Coder Pack here...
|
|
||||||
|
|
||||||
http://mcp.ocean-labs.de/index.php/Main_Page
|
|
||||||
|
|
||||||
... You will need to follow MCP's instructions to decompile your minecraft.jar file.
|
|
||||||
|
|
||||||
You will also need to install Rhino (A javascript implementation for java) if it is not already installed. Type...
|
|
||||||
|
|
||||||
java org.mozilla.javascript.tools.shell.Main
|
java org.mozilla.javascript.tools.shell.Main
|
||||||
|
|
||||||
|
@ -57,6 +50,13 @@ If Rhino is not already installed you can [download it][1], unzip it and copy th
|
||||||
|
|
||||||
[1]: https://developer.mozilla.org/en/RhinoDownload
|
[1]: https://developer.mozilla.org/en/RhinoDownload
|
||||||
|
|
||||||
|
You will also need to install the Minecraft Coder Pack (CraftBukkit Users - please skip this section and [go here instead][buk]) and be comfortable installing a Minecraft Mod.
|
||||||
|
You can get the Minecraft Coder Pack here...
|
||||||
|
|
||||||
|
http://mcp.ocean-labs.de/index.php/Main_Page
|
||||||
|
|
||||||
|
... You will need to follow MCP's instructions to decompile your minecraft.jar file.
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
Once you've installed Minecraft Coder Pack (MCP) and Rhino...
|
Once you've installed Minecraft Coder Pack (MCP) and Rhino...
|
||||||
|
|
Reference in a new issue