Filters are item-handling blocks which can accept insertions of one type of item, rejecting all other items.
| Contents |
|---|
Recipes
| Recipe Type | Ingredients | Output | Example |
|---|---|---|---|
| Shaped Crafting |
|
|
|
Usage
While the filter holds no item, it acts as a Shunt.
Right-clicking the filter will open a menu with a single item slot. While that slot holds an item, it will be displayed inside the filter, and only items of that type can be inserted into the filter.

Using the Pliers or another mod's wrenchlike item on a filter will rotate it.
Data
| Blockstate Properties | Values | Description |
|---|---|---|
facing | {"down", "up", "north", "south", "west", "east"} | Output direction |
Blockentity data has the following format:
{"inventory": {"stacks": <list of itemstacks>}}
| BlockEntity Data | Format | Description |
|---|---|---|
stacks | List of Itemstack objects | Each object has values "id", "count", and "data". Only the first slot is used. |
History
| Version | Changelog |
|---|---|
| 21.10.0 | Inventory is now serialized under inventory -> stacks |
| 1.21.3-7.0.0.0 | Added to More Red |
