---
title: Flat Transfer Nodes
id:
  - excessive_utilities:flat_transfer_node_items
  - excessive_utilities:flat_transfer_node_fluids
icon: excessive_utilities:item/flat_transfer_node_items
type: item
---

**Flat Transfer Nodes** come in two variants: one for items and one for fluids. They function similarly to regular [Transfer Nodes](@excessive_utilities:transfer_nodes), but transfer between adjacent blocks.

Right-click the Flat Transfer Node on a block to place it. Items/Fluids will be transferred out of the block you placed it on and into the adjacent block in the direction the Node is facing.

<Callout>
Placed Flat Transfer Nodes are actually entities (not block entities!), so keep that in mind.
	</Callout>

Right-clicking a placed Flat Transfer Node (or rather, clicking the *block and face* it's on) with an item that has the item tag `#excessive_utilities:interact_with_flat_transfer_nodes` will open its GUI, where you can insert an [Item Filter](@excessive_utilities:item_filter) or a [Fluid Filter](@excessive_utilities:fluid_filter). Left-clicking instead will pop the Transfer Node off the block.

The Transfer Node will also be dropped if the block it's attached to is broken.

## Configuration

That item tag contains the following by default:
- `#c:tools/wrench`
- `excessive_utilities:pipe_wrench`,
- `excessive_utilities:flat_transfer_node_items`
- `excessive_utilities:flat_transfer_node_fluids`

## Recipes

<ProjectRecipe id="excessive_utilities:flat_transfer_node_items" />
<ProjectRecipe id="excessive_utilities:flat_transfer_node_fluids" />