Jump to: navigation, search

Pipe: Difference between revisions

(Create Pipe page (skeleton layout, incomplete))
 
(→‎Classifications: Add details about pressure pipes.)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Pipes are used to transport items from one container to another. There are currently (version 4.2.2.0) 6 pipes available in this mod, explained in detail later.
[[File:pipe_net_ex.png|300px|thumbnail|right|An example of a simple pipe network.]] Pipes are the main component of the [[Transportation]] module. Essentially, pipes are used to transport items from one container to another. Pipes can perform basic tasks such as move items from one chest to another, or do very advanced tasks such as sorting items and auto crafting.
== Classifications ==
There are a few different classifications of pipes. Each one has its own set of features.


13/02/14 '''TODO''' (by [[User:Simon816|Simon816]]): Create separate pages for each pipe
'''Null Logic''' pipes are the simplest of pipes.  They are deprived of any type of logical thinking.  An example would be the [[Item Transport pipe|item transport pipe]].


== The Pipes ==
'''Pressurized''' pipes are pipes that use a pressure based routing system where the payload travels to the closest inventory that can accept it. Finding the closest inventory is influenced by both distance and [[Pressure Resistance Pipe|Pressure Resistance Pipes]] (which, to the path finder, are 1000 blocks long), but ''the actual path that items take is only influenced by distance.''


=== Item Transport pipe ===
'''Routed''' pipes are the most advanced.  These pipes 'communicate' with one-another to form [[Routed Pipe Networks|pipe networks]], in order to allow for incredibly complicated demand driven systems, with absolutely no redstone circuitry required.


{{Grid/Crafting Table
== Index of Pipes ==
  |A1=Stone
{{Pipes See Other}}
  |B1=Glass Pane
  |C1=Stone
  |Output=Item Transport pipe, 16
}}
=== Routed Junction pipe ===
 
{{Grid/Crafting Table
  |A1=Red Illumar    |  B1=Infused Silicon  |  C1=Green Illumar
  |A2=Diamond        |  B2=Glass Pane      |  C2=Diamond
  |A3=Green Illumar |  B3=Infused Silicon  |  C3=Red Illumar
  |Output=Routed Junction pipe, 16
}}
=== Routed Interface pipe ===
 
{{Grid/Crafting Table
  |A1=Redstone    |  B1=Gold Nugget              |  C1=Redstone
  |A2=Gold Nugget |  B2=Routed Junction pipe |  C2=Gold Nugget
  |A3=Redstone    |  B3=Gold Nugget              |  C3=Redstone
  |Output=Routed Interface pipe
}}
=== Routed Crafting pipe ===
 
{{Grid/Crafting Table
  |A1=Redstone |  B1=Glowstone Dust        |  C1=Redstone
  |A2=Redstone |  B2=Routed Junction pipe |  C2=Redstone
  |A3=Redstone |  B3=Glowstone Dust        |  C3=Redstone
  |Output=Routed Crafting pipe
}}
=== Routed Request pipe ===
 
{{Grid/Crafting Table
  |A1=Redstone |  B1=Diamond                    |  C1=Redstone
  |A2=Redstone |  B2=Routed Junction pipe |  C2=Redstone
  |A3=Redstone |  B3=Diamond                    |  C3=Redstone
  |Output=Routed Request pipe
}}
=== Routed Extension pipe ===
 
{{Grid/Crafting Table
  |B1=Redstone
  |A2=Redstone |  B2=Routed Junction pipe |  C2=Redstone
  |B3=Redstone
  |Output=Routed Extension pipe
}}

Latest revision as of 12:47, 10 April 2015

An example of a simple pipe network.

Pipes are the main component of the Transportation module. Essentially, pipes are used to transport items from one container to another. Pipes can perform basic tasks such as move items from one chest to another, or do very advanced tasks such as sorting items and auto crafting.

Classifications

There are a few different classifications of pipes. Each one has its own set of features.

Null Logic pipes are the simplest of pipes. They are deprived of any type of logical thinking. An example would be the item transport pipe.

Pressurized pipes are pipes that use a pressure based routing system where the payload travels to the closest inventory that can accept it. Finding the closest inventory is influenced by both distance and Pressure Resistance Pipes (which, to the path finder, are 1000 blocks long), but the actual path that items take is only influenced by distance.

Routed pipes are the most advanced. These pipes 'communicate' with one-another to form pipe networks, in order to allow for incredibly complicated demand driven systems, with absolutely no redstone circuitry required.

Index of Pipes

Pipe Classification Description
Item Transport Pipe
Null-logic The most basic type of pipe. It can only pass items from one pipe to another.
Routed Junction Pipe
Routed Primitive type of routing pipe that forms connections between other routers. Since all other routing pipes can do what the Junction pipe can do, it is primarily used only in places such as intersections to control the random nature of basic item transport pipes where no other functionality is required.
Routed Interface Pipe
Routed Interface pipes connect to an inventory for sending and receiving items. Chips can be used to alter their logic.
Routed Crafting Pipe
Routed Crafting pipes allow for items to be crafted through the connected machine.
Routed Request Pipe
Routed Request pipes allow for requesting specific items to be sent to the pipe.
Routed Extension Pipe
Routed Extension pipes can couple with Crafting pipes to enable more intricate crafting.
Routed Firewall Pipe
Routed Firewall pipes can control what can pass through them. Routing will take into account these blocked paths and route accordingly.


Cookies help us deliver our services. By using our services, you agree to our use of cookies.