Part Filter Items/Blocks (Effect) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Effect · Since: 2.6.2
Syntax
deu filter %partfilter% with[out] (block|item)[s] %itemtypes%Description
Set the items/blocks that should be filtered in a partfilter
Examples
deu filter {_partfilter} with block stone
deu filter {_partfilter} without blocks tag contents of minecraft tag "impermeable"
deu filter {_partfilter} with items tag contents of minecraft tag "swords"
#3.4.3 and earlier
set block filter of {_partfilter} with stone
set block filter of {_partfilter} with tag contents of minecraft tag "impermeable"
set item filter of {_partfilter} with tag contents of minecraft tag "swords"