Filters are item-handling blocks which can accept insertions of one type of item, rejecting all other items.
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 | Format | Description |
---|
inventory | - Itemstack object
- e.g.
{"id": "cobblestone"}
| The item the filter is holding and accepting |
History
Version | Changelog |
---|
1.21.3-7.0.0.0 | Added to More Red |