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