diff --git a/README.md b/README.md index c79d4d5..5184a1f 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,7 @@ The Javascript `Drone` class provides a much richer API which can be used to con Prerequisites ============= -You'll need to install the Minecraft Coder Pack 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. - -You will also need to install Rhino (A javascript implementation for java) if it is not already installed. Type... +You will need to install Rhino (A javascript implementation for java) if it is not already installed. Type... 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 +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 ========== Once you've installed Minecraft Coder Pack (MCP) and Rhino...