Multifilters are item-handling blocks which can accept insertions of specific types of items, rejecting other items. Contents Recipes Usage Data History Recipes Recipe TypeIngredientsOutputExampleShaped Crafting 4x Filter 4x Iron Ingot 1x Chest 1x Multifilter 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 PropertiesValuesDescriptionfacing{"down", "up", "north", "south", "west", "east"}Output direction BlockEntity DataFormatDescriptioninventory { "Size": 27, "Items": [ { "id": "item_id", "count": 1, "components": {}, "Slot": number } ] }The inventory of the filter History VersionChangelog1.21.3-7.0.0.0Added to More Red