diff --git a/Overview.html b/Overview.html index c0ada80..8aa5d9f 100644 --- a/Overview.html +++ b/Overview.html @@ -21,7 +21,7 @@ img {

Links

@@ -48,13 +48,12 @@ img {

Connecting a spigot to a pipe carrying water makes water flow out of the bottom of the spigot.

Pumps

-

Pumps can be placed inside or over a water source. They are toggled on and off by being punched.

+

Pumps can be placed inside or over a water source. They are toggled on and off by being punched, or directly controlled using Mesecons.

Pumps can be connected to pipes from above. Pipes do not connect to pumps from the side or bottom.

Here's how you craft it:

Valves

- Note: currently not working (behaves as if always closed). -

Valves control fluid flow. When active, valves allow liquids to flow through them. Otherwise, liquids cannot flow through them.

+

Valves control fluid flow. When active, valves allow liquids to flow through them. Otherwise, liquids cannot flow through them. They are toggled on and off by being punched, or directly controlled using Mesecons.

Here's how you craft it:

Storage Tanks

@@ -68,9 +67,13 @@ img {

Here's how you craft it:

Sealed/Airtight Pipe Entries

-

Sealed/airtight pipe entries are .

+

Sealed/airtight pipe entries act as pipes do, except they fill a full block and therefore are generally used for aesthetic purposes, such as running piping through walls.

Here's how you craft it:

+

Flow Sensors

+

Flow sensors output a Mesecons signal when liquid is present in it, and otherwise does not. They can be used to determine when liquid has reached a particular point.

+

Here's how you craft it:

+

Item Transport

diff --git a/img/CraftFlowSensor.png b/img/CraftFlowSensor.png new file mode 100644 index 0000000..b716995 Binary files /dev/null and b/img/CraftFlowSensor.png differ