[Minecraft 1.7.3] BuildCraft 2.0.0

Posted Image
BuildCraft is a new game mod aiming at allowing users to build advanced structures and mechanisms.
Minecraft by Mojang AB
Code by: SpaceToad
Pixels by: plashal
REPORTING PROBLEMS Read the “Common Problems and Resolutions” a few lines below. If nothing fixed your issue, follow the directions on how to report. Do not send me a pm with your problem – it will be systematically ignored. Again, do follow the instructions on how to report on “Common Problems and Resolutions”. I will not answer to a single support request that doesn’t follow that procedure.
WARNING Updating to 1.6.6.4 and later will automatically change pipes made out of cobblestone by pipes made out of stone.
WARNING BuildCraft 2.0.0 is released as beta. It contains additional code that will break dependency with other mods, and may be instable. For anything else than testing, you should use the stable release 1.7.7.4.
Here’s a few videos showing this last version.



Posted Image

2.0.0 (beta) downloads:
WARNING!This release depends on Minecraft Forge! See the install section for updated install informations.
SMP Client and SSP:
buildcraft-client-A-core-2.0.0.zip
buildcraft-client-B-transport-2.0.0.zip
buildcraft-client-B-factory-2.0.0.zip
buildcraft-client-B-builders-2.0.0.zip
buildcraft-client-B-energy-2.0.0.zip
SMP Server:
buildcraft-server-A-core-2.0.0.zip
buildcraft-server-B-transport-2.0.0.zip
buildcraft-server-B-factory-2.0.0.zip
buildcraft-server-B-builders-2.0.0.zip
buildcraft-server-B-energy-2.0.0.zip
For modders, if you want to write a special BuildCraft mode, you’re welcome to include the following API – and only that one API, nothing from the others links – in your mods. Including this API should allow your mods to easily interact with e.g. BuildCraft pipes when BuildCraft is installed along with your code. At the same time, your code will still work fine when BuildCraft isn’t around. Send me a pm once you release these mods so that I can list them.
buildcraft-client-api-2.0.0.zip
buildcraft-server-api-2.0.0.zip
1.7.3.3 Release Notes
#185 marker bug
Fix potential crash with markers in SMP.
#186 fix texture bug
Fix potential crash when computing texture of some blocks in SMP.
#187 fix infinite recursion in wooden pipes
Fix potential crash in wooden pipes in SMP.

Posted Image
Client
1. First, install ModLoader
2. Then, install ModLoaderMP
3. Starting BuildCraft 2.0.0, you will need to install Minecraft forge
4. Get the client packages of BuildCraft that you want to use (see above). Here’s the dependency and content details:
Core: no dependencies, provides only basic functionalities.
Transport: Depends on Core, provides only pipes.
Factory: Depends on Core , provides automatic crafting table, mining well and quarry.
Builders: Depends on Core , provides land markers and filler.
You should then be familiar with the .minecraft folder containing the minecraft resources. In .minecraft/mods, drop the zip(s) file containing the part of the release that you want to install.
WARNING By default, the Energy mod is set to redstone power. In order to enable the engine powering machines, you will need to change a line in the BuildCraft config file:
power.framework=net.minecraft.src.buildcraft.energy.PneumaticPowerFramework
Server
1. First, install ModLoaderMP Server
2. Starting BuildCraft 2.0.0, you will need to install Minecraft forge
3. Get the client packages of BuildCraft that you want to use (see above).
4. Extract the contents of these packages right into minecraft_server.jar

Posted Image
This lists recipes available for the mod. You can find additional information on the videos above. Also, some people have started to work on a wiki dedicated to BuildCraft. Feel free to read and contribute!
Pipes

Posted Image
Posted Image
Obsidian pipes, able to vacuum objects from the grounds, especially when powered.
Posted Image
Smooth stone pipes, keep item speed for longer.
Gears

Posted Image
Machines
Posted Image
Automatic Crafting Table – can be wired to pipes to make automatic crafting factories
Posted Image
Mining Well – mines one single column vertically
Posted Image
Quarry – digs a large hole on the ground
Builders
Posted Image
Land Mark – Used to define an area for quarries or fillers.
Posted Image
Filler – Fills an area on the ground according to a pattern (see below).
Posted Image
Template – used to record patterns of blocks to reproduce.
Posted Image
Template drawing table, writes templates.
Posted Image
Builder – uses a template to build an area.
Filler recipes
Posted Image
Fills the entire area.
Posted Image
Clears the entire area.
Posted Image
Flattens the entire area.
Posted Image
Creates walls around the area.
Posted Image
Creates a pyramid in the area.
Posted Image
Create stairs filling the area.
Energy
Posted Image
Posted Image