diff --git a/static/browse/buildcraft/tutorials/gates_wires_and_chips/index.html b/static/browse/buildcraft/tutorials/gates_wires_and_chips/index.html index 39ae3e2d9..f1a9bdbc5 100644 --- a/static/browse/buildcraft/tutorials/gates_wires_and_chips/index.html +++ b/static/browse/buildcraft/tutorials/gates_wires_and_chips/index.html @@ -36,8 +36,8 @@ small power plant driving a quarry.

Here are the important pieces of the build:

  1. The on/off switch for the entire operation. Flipping the switch creates a redstone signal.
  2. A Basic Gate attached to a Structure Pipe reads the redstone signal and generates a red pipe wire signal.
  3. Red Pipe Wire follows the Cobblestone Kinesis Pipe, transmitting the signal throughout the rest of the build.
  4. Another Basic Gate receives the red pipe wire signal and converts it back to a redstone signal, thus turning -the Combustion Engines on.
  5. The red pipe wire signal is also received by Basic Gates next to the [Redstone -Engine(/browse/buildcraft/redstone_engine)s, turning them on as well, and causing both fuel and water to +the Combustion Engines on.
  6. The red pipe wire signal is also received by Basic Gates next to the Redstone +Engines, turning them on as well, and causing both fuel and water to flow into the engines.
  7. Finally, the power generated by the Combusion Engines flows into the Quarry.

Video

Buildcraft Gates Tutorial, Part 1