Add documentation entry about MESE filter/injector, add note about on/off button...
authorAnthony Zhang <azhang9@gmail.com>
Wed, 5 Jun 2013 21:03:10 +0000 (17:03 -0400)
committerAnthony Zhang <azhang9@gmail.com>
Wed, 5 Jun 2013 21:03:10 +0000 (17:03 -0400)
Overview.html
img/CraftMeseFilter.png [new file with mode: 0644]
img/TeleporterTubeForm.png

index 8f93d2b529926fda29338e7db3f6fcf42d768784..25ebe087e712e7eb62de566f178f209b03257d75 100644 (file)
@@ -102,12 +102,19 @@ img {
                <h3>Filters/Injectors</h3>\r
                <p>Filters/injectors take items from the node behind them and sends them out in front.</p>\r
                <p>Filters/injectors act only when punched, or when activated via a Mesecons signal.</p>\r
-               <p>Right clicking a filter/injector brings up an inventory. If items are added to the inventory, only those items will be taken from the node behind it when activated. Items that match the first slot on the filter/injector's inventory are always chosen before items in the second slot, which are always chosen before the third slot, etc.</p>\r
+               <p>Right clicking a filter/injector brings up an inventory. If items are added to the inventory, only items matching them will be taken from the node behind it when activated. Items that match the first slot on the filter/injector's inventory are always chosen before items in the second slot, which are always chosen before the third slot, etc.</p>\r
                <p>Filters/injectors cannot be dug if they contain any items in their inventory.</p>\r
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftFilter.png">\r
+               <h3>Mese Filters/Injectors</h3>\r
+               <p>Mese filters/injectors take entire stacks of items from the node behind them and sends them out in front all at once.</p>\r
+               <p>Mese filters/injectors act only when punched, or when activated via a Mesecons signal.</p>\r
+               <p>Right clicking a mese filter/injector brings up an inventory. If items are added to the inventory, only stacks of items matching them will be taken from the node behind it when activated. Stacks of items that match the first slot on the mese filter/injector's inventory are always chosen before stacks of items in the second slot, which are always chosen before the third slot, etc.</p>\r
+               <p>Mese filters/injectors cannot be dug if they contain any items in their inventory.</p>\r
+               <p>Here's how you craft it:</p>\r
+               <img src="img/CraftMeseFilter.png">\r
                <h3>Mese Sorting Tubes</h3>\r
-               <p>Mese sorting tubes are special tubes that can be used to sort items or force them to move in a certain direction.</p>\r
+               <p>Mese sorting tubes are special tubes that can be used to sort items or force them to move in a certain direction at junctions.</p>\r
                <img src="img/SortingTube.png">\r
                <p>When placed, each direction the tube has a connection to has a distinct color.</p>\r
                <p>Right clicking the tube brings up a form similar to the following:</p>\r
@@ -138,6 +145,7 @@ img {
                <p>Right clicking a teleporter tube brings up a form allowing entry of a channel string, similar to the following:</p>\r
                <img src="img/TeleporterTubeForm.png">\r
                <p>Only teleporter tubes that have the same channel will be linked together and allow items to pass through.</p>\r
+               <p>The button on the right toggles between "On" and "Off". When the button reads "On", the tube can receive items. Otherwise, items can only be teleported out of the tube, but not into it.</p>\r
                <p>If an item enters a teleporter tube, and there are multiple possible teleporter tubes that it can go to, a target is chosen at random from the possibilities.</p>\r
                <p>Here's how you craft it:</p>\r
                <img src="img/CraftTeleporterTube.png">\r
diff --git a/img/CraftMeseFilter.png b/img/CraftMeseFilter.png
new file mode 100644 (file)
index 0000000..8613965
Binary files /dev/null and b/img/CraftMeseFilter.png differ
index 58e7f40e542bcafd732ebe705429c7c40305e295..4a3fffe752b7e8892e708bfd613aba3c5619f931 100644 (file)
Binary files a/img/TeleporterTubeForm.png and b/img/TeleporterTubeForm.png differ