Fix minor error in Gates, Chips and Wires tutorial

This commit is contained in:
Andrew Miner
2015-03-20 16:01:01 -07:00
parent dc68615bb3
commit ac120e81ee
2 changed files with 4 additions and 3 deletions
@@ -36,8 +36,8 @@ small power plant driving a quarry.</p>
<p>Here are the important pieces of the build:</p>
<ol><li>The on/off switch for the entire operation. Flipping the switch creates a redstone signal.</li><li>A <a href="/browse/buildcraft/basic_gate/">Basic Gate</a> attached to a <a href="/browse/buildcraft/structure_pipe">Structure Pipe</a> reads the redstone signal and generates a red pipe wire signal.</li><li><a href="/browse/buildcraft/red_pipe_wire">Red Pipe Wire</a> follows the <a href="/browse/buildcraft/cobblestone_kinesis_pipe">Cobblestone Kinesis Pipe</a>, transmitting the signal throughout the rest of the build.</li><li>Another Basic Gate receives the red pipe wire signal and converts it back to a redstone signal, thus turning
the <a href="/browse/buildcraft/combustion_engine">Combustion Engine</a>s on.</li><li>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 <a href="/browse/buildcraft/combustion_engine">Combustion Engine</a>s on.</li><li>The red pipe wire signal is also received by Basic Gates next to the <a href="/browse/buildcraft/redstone_engine">Redstone
Engine</a>s, turning them on as well, and causing both fuel and water to
flow into the engines.</li><li>Finally, the power generated by the Combusion Engines flows into the <a href="/browse/buildcraft/quarry/">Quarry</a>.</li></ol></div></div></div><div class="videos section" style="display: block; "><h2>Video</h2><div class="panel"><div class="view__video"><iframe width="365" height="273" src="http://www.youtube.com/embed/J6-VUApZGQs?modestbranding=1&amp;autohide=1&amp;showinfo=0" frameborder="0" allowfullscreen="true"></iframe><div class="caption"><p>Buildcraft Gates Tutorial, Part 1</p></div></div></div></div></div></div>
<div class="view__footer">
<div class="divider top"></div>
@@ -103,4 +103,5 @@ flow into the engines.</li><li>Finally, the power generated by the Combusion Eng
}
</script>
</body></html>
@@ -27,7 +27,7 @@ section:
4. Another Basic Gate receives the red pipe wire signal and converts it back to a redstone signal, thus turning
the [Combustion Engine](/browse/buildcraft/combustion_engine)s 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
Engine](/browse/buildcraft/redstone_engine)s, turning them on as well, and causing both fuel and water to
flow into the engines.
6. Finally, the power generated by the Combusion Engines flows into the [Quarry](/browse/buildcraft/quarry/).
END