Update the Basic Overview page for latest changes.
authorAnthony Zhang <azhang9@gmail.com>
Sat, 11 May 2013 04:18:44 +0000 (00:18 -0400)
committerAnthony Zhang <azhang9@gmail.com>
Sat, 11 May 2013 04:18:44 +0000 (00:18 -0400)
Overview.html
img/CraftFlowSensor.png [new file with mode: 0644]

index c0ada80277a26813ce470898079a2478e7d286f9..8aa5d9f0c900c1ca8ab742615d97e583004119c2 100644 (file)
@@ -21,7 +21,7 @@ img {
                <h2>Links</h2>\r
                <ul>\r
                        <li><a href="http://forum.minetest.net/viewtopic.php?id=2155">Forum Topic</a></li>\r
-                       <li><a href="http://forum.minetest.net/viewtopic.php?id=2155">GitHub Repository</a></li>\r
+                       <li><a href="https://github.com/VanessaE/pipeworks">GitHub Repository</a></li>\r
                        <li><a href="http://minetest.net/">Minetest Website</a></li>\r
                </ul>\r
 \r
@@ -48,13 +48,12 @@ img {
                <p>Connecting a spigot to a pipe carrying water makes water flow out of the bottom of the spigot.</p>\r
                <img src="img/CraftSpigot.png">\r
                <h3>Pumps</h3>\r
-               <p>Pumps can be placed inside or over a water source. They are toggled on and off by being punched.</p>\r
+               <p>Pumps can be placed inside or over a water source. They are toggled on and off by being punched, or directly controlled using Mesecons.</p>\r
                <p>Pumps can be connected to pipes from above. Pipes do not connect to pumps from the side or bottom.</p>\r
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftPump.png">\r
                <h3>Valves</h3>\r
-               <span style="color: red;">Note: currently not working (behaves as if always closed).</span>\r
-               <p>Valves control fluid flow. When active, valves allow liquids to flow through them. Otherwise, liquids cannot flow through them.</p>\r
+               <p>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.</p>\r
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftValve.png">\r
                <h3>Storage Tanks</h3>\r
@@ -68,9 +67,13 @@ img {
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftGrating.png">\r
                <h3>Sealed/Airtight Pipe Entries</h3>\r
-               <p>Sealed/airtight pipe entries are .</p>\r
+               <p>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.</p>\r
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftPipeEntry.png">\r
+               <h3>Flow Sensors</h3>\r
+               <p>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.</p>\r
+               <p>Here's how you craft it:</p>\r
+               <img src="img/CraftFlowSensor.png">\r
 \r
                <h2>Item Transport</h2>\r
                <img src="img/ItemTransport.png">\r
diff --git a/img/CraftFlowSensor.png b/img/CraftFlowSensor.png
new file mode 100644 (file)
index 0000000..b716995
Binary files /dev/null and b/img/CraftFlowSensor.png differ