forked from BuildCraft/BuildCraft
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kyprus edited this page Jun 15, 2012
·
19 revisions
Welcome to the BuildCraft wiki!
- Ensure that Apache Ant (found here) is installed correctly on your system.
- Create a base directory for the build
- Clone the buildcraft repo into /basedir/src/
- Get a copy of the current version of MCP, rename it to mcp.zip, and put it in your base directory.
- Do the same thing with the current version of forge, renaming it to minecraftforge.zip.
- Your directory structure should look like this:
basedir
\- mcp.zip
\- minecraftforge.zip
\- src
|- buildcraft_client
|- buildcraft_server
|- ...