Multifilters are item-handling blocks which can accept insertions of specific types of items, rejecting other items.
| Contents |
|---|
Recipes
| Recipe Type | Ingredients | Output | Example |
|---|---|---|---|
| Shaped Crafting |
|
|
|
Usage
The multifilter behaves similarly to a Filter.
Unlike the filter, the multifilter can hold up to 27 filtering items, and will allow any of them. Additionally, the multifilter allows no item to pass through while its filter inventory is empty.
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 |
