#List items by block tag
2 messages · Page 1 of 1 (latest)
you can use this to get a list of all blocks, not sure if theres a better way 
const allblocks = Ingredient.custom(item => item.isBlock()).stacks
and then you can go over allBlocks and check the tags on the items