| ID | logistics:pipe/item_filter_pipe |
| Type | Block (Pipe) |
| Stackable | Yes (64) |
| Tier | Tier 2 - Smart |
| Added | v0.1.0 |
Item Filter Pipe¶
The Item Filter Pipe is a Tier 2 smart pipe that routes items based on configurable per-side filters. It's the key to building item-aware sorting systems.
Recipe¶
Yields: 8× Item Filter Pipe
Behavior¶
Item Filter Pipes inspect items and route them to specific directions based on configured filters. Each connected face can have its own filter, allowing complex item sorting in a single pipe.
Key features: - Item-aware routing (inspects what's flowing through) - Configurable per-side filters - Multiple items per filter - Unmatched items route to unfiltered directions - Items drop if no valid route exists
Configuration¶
Right-click the pipe to open the filter GUI:
- GUI shows all connected faces
- Click a face's slot to set which items route to that direction
- Multiple items can be assigned to each face
- Empty filter slots mean "no filter" (accepts unmatched items)
- Changes apply immediately
Routing Logic¶
When an item reaches the pipe center:
- Check all filtered faces for item match
- If match found, route to that direction
- If no match, route to unfiltered directions (empty filter slots)
- If no match and no unfiltered directions, item drops
Important: Unfiltered faces act as "catch-all" for items that don't match any filter.
Tips¶
- Open filter GUI with empty hand (not wrench)
- Use unfiltered outputs as "everything else" destinations
- Items drop if they match nothing and all faces are filtered
- Combine with Item Void Pipe for filtered deletion
- Place Item Insertion Pipes after filters for storage
- Diamond recipe reflects advanced functionality
Common Patterns¶
Simple sorting:
Multi-way sorting:
→ [Ores] → [Storage A]
[Source] → [Filter] → [Food] → [Storage B]
→ [Tools] → [Storage C]
→ [Other] → [Catch-all]
Filtered voiding:
See Also¶
- Tier System - Tier 2 smart pipes
- Routing - Filter-based routing logic
- Item Insertion Pipe - Pair with filters for storage
- Item Void Pipe - Delete filtered items
- Copper Transport Pipe - Connect to network