Go to file
Wliu 4f64ae9fc8 Make README.md
Making a Readme for EE3, this is not done yet!
2012-11-15 17:31:12 -05:00
ee3_client/ee3/client New Strings lib for holding common names/etc, merge in some of the block/item initialization stuff into their respective classes, proper config loading for Alchemy Dusts, oh yeah Alchemy Dusts, some new Localization keys, etc 2012-11-06 15:49:43 -05:00
ee3_common Proper fix for Pull #75 2012-11-07 13:32:34 -05:00
resources/ee3 Updated Dutch translations 2012-11-09 23:04:51 +01:00
.gitignore Build scripts for EE3 2012-06-29 10:00:22 -04:00
build.xml Nothing to see here 2012-10-26 10:45:27 -04:00
COPYING GPL + LGPL license inclusion 2012-07-17 15:36:22 -04:00
COPYING.LESSER GPL + LGPL license inclusion 2012-07-17 15:36:22 -04:00
README.md Make README.md 2012-11-15 17:31:12 -05:00

Welcome to Equivalent Exchange 3!

The MinecraftForum page can be found [here] (www.minecraftforum.net/topic/1540010-equivalent-exchange-3).

Compiling Equivalent Exchange 3

Setup MCP

  1. Create an empty directory for EE3 development. This directory is referenced as mcdev from now on
  2. Download the latest version of MCP from [here] (http://mcp.ocean-labs.de/index.php/MCP_Releases) , e.g. mcp719.zip. Install MCP dependencies as listed on the website if neccessary.
  3. Install Apache Ant [here] (ant.apache.org.)
  4. Inside mcdev, create a directory named mcp and unzip the MCP ZIP file into it
  5. To verify, check if a file name CHANGELOG exists inside the mcp directory.
  6. Get a clean (unmodded!) copy of minecraft. Currently EE3 runs on 1.4.2 but that might have changed.
  7. From your .minecraft directory, copy the bin and the resources directory to the jars directory inside the mcp directory.
  8. Get a clean (unmodded!) copy of minecraft_server.jar and also place it into the jars directory inside mcp
  9. Download the latest forge source for Minecraft 1.4.2 and unzip it into the mcp directory so that mcp/forge/install.sh exists. You need at least Forge 6.0.1, best way is to get it from [here] (http://files.minecraftforge.net/): http://files.minecraftforge.net/ NOTE: 6.0.1.355 was the last version to support 1.4.2, do not get anything later than that for 1.4.2 versions of EE3!
  10. Execute mcp/forge/install.sh or mcp/forge/install.cmd, depending on your platform. 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.

Setup EE3