From 788e8dc0cacda039593717ad7af53917c177a563 Mon Sep 17 00:00:00 2001 From: ddoggy99 Date: Wed, 4 Sep 2013 18:13:27 +1000 Subject: [PATCH 1/2] Updated README.md to reflect change @pahimar did to build.xml --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6a4dea..c53258d4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ 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.mod.version=pre2` From 1df58749c3d3bee08f40ccff8fa36c4138e73b7e Mon Sep 17 00:00:00 2001 From: ddoggy99 Date: Wed, 4 Sep 2013 18:30:57 +1000 Subject: [PATCH 2/2] Updated README.md again. Forgot to change 1.5.2 to 1.6.2 >.> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c53258d4..d910fe45 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ IMPORTANT: Please report any issues you have, there might be some problems with * `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!