summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessaE <vanessaezekowitz@gmail.com>2013-05-10 21:29:49 -0700
committerVanessaE <vanessaezekowitz@gmail.com>2013-05-10 21:29:49 -0700
commitea602a4af0639b85a1cb672d642e0788e88143c4 (patch)
treec0d2b170a8b2783bc9bb58d9a6debfdb6638154f
parentd4dddc41ec199ffc73f1ad10f900b42c3164a46f (diff)
parentf304bff96b25810d0f97fce3d032c2693455ffa0 (diff)
downloadpipeworks-ea602a4af0639b85a1cb672d642e0788e88143c4.tar
pipeworks-ea602a4af0639b85a1cb672d642e0788e88143c4.tar.gz
pipeworks-ea602a4af0639b85a1cb672d642e0788e88143c4.tar.bz2
pipeworks-ea602a4af0639b85a1cb672d642e0788e88143c4.tar.xz
pipeworks-ea602a4af0639b85a1cb672d642e0788e88143c4.zip
Merge pull request #31 from Uberi/master
Update the Basic Overview page for the latest changes.
-rw-r--r--Overview.html13
-rw-r--r--img/CraftFlowSensor.pngbin0 -> 7835 bytes
2 files changed, 8 insertions, 5 deletions
diff --git a/Overview.html b/Overview.html
index c0ada80..8aa5d9f 100644
--- a/Overview.html
+++ b/Overview.html
@@ -21,7 +21,7 @@ img {
<h2>Links</h2>
<ul>
<li><a href="http://forum.minetest.net/viewtopic.php?id=2155">Forum Topic</a></li>
- <li><a href="http://forum.minetest.net/viewtopic.php?id=2155">GitHub Repository</a></li>
+ <li><a href="https://github.com/VanessaE/pipeworks">GitHub Repository</a></li>
<li><a href="http://minetest.net/">Minetest Website</a></li>
</ul>
@@ -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>
<img src="img/CraftSpigot.png">
<h3>Pumps</h3>
- <p>Pumps can be placed inside or over a water source. They are toggled on and off by being punched.</p>
+ <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>
<p>Pumps can be connected to pipes from above. Pipes do not connect to pumps from the side or bottom.</p>
<p>Here's how you craft it:</p>
<img src="img/CraftPump.png">
<h3>Valves</h3>
- <span style="color: red;">Note: currently not working (behaves as if always closed).</span>
- <p>Valves control fluid flow. When active, valves allow liquids to flow through them. Otherwise, liquids cannot flow through them.</p>
+ <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>
<p>Here's how you craft it:</p>
<img src="img/CraftValve.png">
<h3>Storage Tanks</h3>
@@ -68,9 +67,13 @@ img {
<p>Here's how you craft it:</p>
<img src="img/CraftGrating.png">
<h3>Sealed/Airtight Pipe Entries</h3>
- <p>Sealed/airtight pipe entries are .</p>
+ <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>
<p>Here's how you craft it:</p>
<img src="img/CraftPipeEntry.png">
+ <h3>Flow Sensors</h3>
+ <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>
+ <p>Here's how you craft it:</p>
+ <img src="img/CraftFlowSensor.png">
<h2>Item Transport</h2>
<img src="img/ItemTransport.png">
diff --git a/img/CraftFlowSensor.png b/img/CraftFlowSensor.png
new file mode 100644
index 0000000..b716995
--- /dev/null
+++ b/img/CraftFlowSensor.png
Binary files differ