An addon mod for Pipez that adds Retrieve Mode to pipes, allowing you to pull items, fluids, and energy FROM connected inventories instead of pushing TO them.
- Adds an Extract/Retrieve button to the pipe configuration UI (top-left)
- Extract Mode (default): Push items/fluids/energy from the source to connected destinations
- Retrieve Mode: Pull items/fluids/energy from connected destinations into the source
Retrieve mode works with all existing Pipez configuration options:
| Feature | Description |
|---|---|
| Redstone Control | Ignored, Off When Powered, On When Powered, Always Off |
| Distribution | Nearest First, Furthest First, Round Robin, Random |
| Filter Mode | Whitelist / Blacklist |
| Filters | Full support for item/fluid filters with tags |
- ✅ Item Pipes
- ✅ Fluid Pipes
- ✅ Energy Pipes
- ✅ Gas Pipes (requires Mekanism)
- ✅ Universal Pipes
- Minecraft 1.21.1
- NeoForge 21.1.77+
- Pipez 1.21.1-1.2.19+
- Mekanism - Required for Gas Pipe retrieve mode support
- Download and install NeoForge for Minecraft 1.21.1
- Install Pipez
- Place the Pipez Retriever JAR in your
modsfolder - Launch the game
- Place a pipe and connect it to an inventory
- Use a Wrench (shift + right-click) to set an extraction point
- Insert an Upgrade (Basic or higher) into the extraction point
- Open the pipe configuration UI by right-clicking the extraction point
- Click the Extract/Retrieve button at the top to toggle modes:
- Extract: Items flow OUT of the source inventory
- Retrieve: Items flow INTO the source inventory from connected destinations
Retrieve Mode is perfect for:
- Collecting items from multiple chests into a central storage
- Draining fluids from tanks scattered around your base
- Gathering energy from multiple generators into a battery bank
- Collecting gases from Mekanism machines into central tanks
- Creating item/fluid/gas return systems
The Retrieve Mode button is always enabled, regardless of upgrade level. The transfer rates follow the standard Pipez tier system:
| Upgrade | Transfer Rate |
|---|---|
| None | Default rate |
| Basic | Basic rate |
| Improved | Improved rate |
| Advanced | Advanced rate |
| Ultimate | Ultimate rate |
| Infinity | Maximum rate |
git clone https://github.com/yourusername/pipezretriever.git
cd pipezretriever
./gradlew buildThe compiled JAR will be in build/libs/.
All Rights Reserved
- Pipez by henkelmax - The amazing pipe mod this addon extends
- Lumengrid - Pipez Retriever development