More Red

Multifilter

Multifilters are item-handling blocks which can accept insertions of specific types of items, rejecting other items.

Contents
  1. Recipes
  2. Usage
  3. Data
  4. History

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 1x Multifilter

Shaped Crafting Recipe for Multifilters

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 PropertiesValuesDescription
facing{"down", "up", "north", "south", "west", "east"}Output direction
BlockEntity DataFormatDescription
inventory
{
"Size": 27,
"Items": [
{
"id": "item_id",
"count": 1,
"components": {},
"Slot": number
}
]
}
The inventory of the filter

History

VersionChangelog
1.21.3-7.0.0.0Added to More Red