Update README.md with 1.5.2 stuff
This commit is contained in:
parent
9c0281a18e
commit
fedceeae1b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
||||||
## Welcome to Equivalent Exchange 3!
|
## Welcome to Equivalent Exchange 3!
|
||||||
**LATEST OFFICIAL VERSION**: [EE3 pre1g for 1.5.1] (http://adf.ly/Mj3ZL)
|
**LATEST OFFICIAL VERSION**: [EE3 pre1g for 1.5.1/1.5.2] (http://adf.ly/Mj3ZL)
|
||||||
|
|
||||||
[Minecraft Forums page] (http://www.minecraftforum.net/topic/1540010-equivalent-exchange-3)
|
[Minecraft Forums page] (http://www.minecraftforum.net/topic/1540010-equivalent-exchange-3)
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
|
||||||
|
|
||||||
|
|
||||||
#### Setup MCP (Tested on Linux and Windows)
|
#### Setup MCP (Tested on Linux and Windows)
|
||||||
1. Download the latest version of MCP from [here] (http://mcp.ocean-labs.de/index.php/MCP_Releases), e.g. mcp744.zip. Install MCP dependencies as listed on the website if neccessary.
|
1. Download the latest version of MCP from [here] (http://mcp.ocean-labs.de/index.php/MCP_Releases), e.g. mcp751.zip. Install MCP dependencies as listed on the website if neccessary.
|
||||||
2. Inside `mcdev`, create a directory named `mcp` and unzip the MCP .zip file into it.
|
2. Inside `mcdev`, create a directory named `mcp` and unzip the MCP .zip file into it.
|
||||||
* To verify, check if a file named `CHANGELOG` exists inside `mcp`.
|
* To verify, check if a file named `CHANGELOG` exists inside `mcp`.
|
||||||
3. Download the latest forge **source** for Minecraft 1.5.1 and unzip it into `mcp`. You need at least Forge 7.7.1.500, best way is to get it from [here] (http://files.minecraftforge.net/).
|
3. Download the latest forge **source** for Minecraft 1.5.2 and unzip it into `mcp`. You need at least Forge 7.7.1.500 (Forge 7.8.0.684 if using 1.5.2), best way is to get it from [here] (http://files.minecraftforge.net/).
|
||||||
* To verify, check if a application named `install.sh` exists.
|
* To verify, check if a application named `install.sh` exists.
|
||||||
4. Execute `install.sh` (Linux and Mac) or `install.cmd` (Windows), both found in `mcdev\mcp\forge`. On Linux you might have to `chmod +x install.sh` before you can execute it. On some system configurations you need to execute `install.sh` from within the `forge` directory whereas on others it doesn't matter. Just check the output for error messages to find out what you need to do.
|
4. Execute `install.sh` (Linux and Mac) or `install.cmd` (Windows), both found in `mcdev\mcp\forge`. On Linux you might have to `chmod +x install.sh` before you can execute it. On some system configurations you need to execute `install.sh` from within the `forge` directory whereas on others it doesn't matter. Just check the output for error messages to find out what you need to do.
|
||||||
|
|
||||||
|
@ -64,13 +64,13 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
|
||||||
* Open it up with any text editor, and type into it the following (fully customizable except for `dir.development`):
|
* Open it up with any text editor, and type into it the following (fully customizable except for `dir.development`):
|
||||||
* `dir.development=../../`
|
* `dir.development=../../`
|
||||||
* `dir.release=Releases`
|
* `dir.release=Releases`
|
||||||
* `release.minecraft.version=1.5.1`
|
* `release.minecraft.version=1.5.2`
|
||||||
* `release.mod.version=pre2`
|
* `release.mod.version=pre2`
|
||||||
5. Open up your OS's command line (Command Prompt in Windows, Terminal in Linux and Mac).
|
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`.
|
6. Navigate to `mcdev\source\Equivalent-Exchange-3` by executing `cd mcdev's location\source\Equivalent-Exchange-3`.
|
||||||
7. Execute `ant release`. 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.
|
7. Execute `ant release`. 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.
|
* 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\pre2`.
|
8. Go to `mcdev\source\Equivalent-Exchange-3\Releases\1.5.2\pre2`.
|
||||||
* You should see a .jar named `ee3-universal-pre2.jar`.
|
* You should see a .jar named `ee3-universal-pre2.jar`.
|
||||||
9. Copy the jar into your Minecraft mods folder, and play Minecraft!
|
9. Copy the jar into your Minecraft mods folder, and play Minecraft!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue