Skip to content
Kyprus edited this page Jun 15, 2012 · 19 revisions

Welcome to the BuildCraft wiki!

Compiling and packaging Buildcraft

  1. Ensure that Apache Ant (found here) is installed correctly on your system.
  2. Create a base directory for the build
  3. Clone the buildcraft repo into basedir/src/
  4. Get a copy of the current version of MCP, rename it to mcp.zip, and put it in your base directory.
  5. Do the same thing with the current version of forge, renaming it to minecraftforge.zip.
  6. Your directory structure should look like this:

basedir
\- mcp.zip
\- minecraftforge.zip
\- src
 |- buildcraft_client
 |- buildcraft_server
 |- ...

  1. Navigate to basedir/src in a shell and run ant clean package
  2. The compiled and obfuscated jars will be in basedir/build/jar
Clone this wiki locally