This commit is contained in:
lluixhi 2013-10-10 13:50:53 -07:00
parent 26a504a4a5
commit 4325038314

View file

@ -68,18 +68,12 @@ IMPORTANT: Please report any issues you have, there might be some problems with
#### Setup MCP
NOTE: You may skip to "Setup EE3" if you want to let EE3 download and set up MCP for you. Simply run `ant forge-install`, then `ant build`.
1. Download the latest version of Forge source from [here](http://files.minecraftforge.net)
2. Inside `mcdev`, unzip the zip file.
* You should get a folder named "forge" inside "mcdev" containing the forge patches and licenses, etc.
3. Execute `install.sh` (Linux and Mac) or `install.cmd` (Windows), both found in `mcdev\forge`. On Linux you might have to `chmod +x install.sh` before you can execute it.
* This will take some time, be patient.
#### Setup EE3
1. Inside `mcdev`, create a directory named `source`.
2. Move/clone `Equivalent-Exchange-3` into `source`.