From f304bff96b25810d0f97fce3d032c2693455ffa0 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 11 May 2013 00:18:44 -0400 Subject: Update the Basic Overview page for latest changes. --- Overview.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Overview.html') 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

-- cgit v1.2.3