Merge pull request #437 from ddoggy99/master

Updated README.md to reflect change @pahimar did to build.xml
This commit is contained in:
pahimar 2013-09-04 04:54:53 -07:00
commit f6dea5339d

View file

@ -64,15 +64,16 @@ IMPORTANT: Please report any issues you have, there might be some problems with
4. Inside `Equivalent-Exchange-3`, create a new file called `build.properties`.
* Open it up with any text editor, and type into it the following (fully customizable except for `dir.development`):
* `dir.development=../../`
* `dir.mcp=../../mcp/`
* `dir.mod=/`
* `dir.release=Releases`
* `release.minecraft.version=1.5.2`
* `release.minecraft.version=1.6.2`
* `release.mod.version=pre2`
5. Open up your OS's command line (Command Prompt in Windows, Terminal in Linux and Mac).
6. Navigate to `mcdev\source\Equivalent-Exchange-3` by executing `cd mcdev's location\source\Equivalent-Exchange-3`.
7. Execute `ant build`. This will generally take around 5-15 minutes, depending on your computer. If you've done everything right, `BUILD SUCCESSFUL` is displayed after it finishes.
* If you see `BUILD FAILED`, check the error output (it should be right around `BUILD FAILED`), fix everything, and try again.
8. Go to `mcdev\source\Equivalent-Exchange-3\Releases\1.5.2\pre2`.
8. Go to `mcdev\source\Equivalent-Exchange-3\Releases\1.6.2\pre2`.
* You should see a `.jar` file named `ee3-universal-pre2.jar`.
9. Copy the jar into your Minecraft mods folder, and play Minecraft!