diff --git a/Overview.html b/Overview.html index 8f93d2b..25ebe08 100644 --- a/Overview.html +++ b/Overview.html @@ -102,12 +102,19 @@ img {

Filters/Injectors

Filters/injectors take items from the node behind them and sends them out in front.

Filters/injectors act only when punched, or when activated via a Mesecons signal.

-

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.

+

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.

Filters/injectors cannot be dug if they contain any items in their inventory.

Here's how you craft it:

+

Mese Filters/Injectors

+

Mese filters/injectors take entire stacks of items from the node behind them and sends them out in front all at once.

+

Mese filters/injectors act only when punched, or when activated via a Mesecons signal.

+

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.

+

Mese filters/injectors cannot be dug if they contain any items in their inventory.

+

Here's how you craft it:

+

Mese Sorting Tubes

-

Mese sorting tubes are special tubes that can be used to sort items or force them to move in a certain direction.

+

Mese sorting tubes are special tubes that can be used to sort items or force them to move in a certain direction at junctions.

When placed, each direction the tube has a connection to has a distinct color.

Right clicking the tube brings up a form similar to the following:

@@ -138,6 +145,7 @@ img {

Right clicking a teleporter tube brings up a form allowing entry of a channel string, similar to the following:

Only teleporter tubes that have the same channel will be linked together and allow items to pass through.

+

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.

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.

Here's how you craft it:

diff --git a/img/CraftMeseFilter.png b/img/CraftMeseFilter.png new file mode 100644 index 0000000..8613965 Binary files /dev/null and b/img/CraftMeseFilter.png differ diff --git a/img/TeleporterTubeForm.png b/img/TeleporterTubeForm.png index 58e7f40..4a3fffe 100644 Binary files a/img/TeleporterTubeForm.png and b/img/TeleporterTubeForm.png differ