#List items by block tag

2 messages · Page 1 of 1 (latest)

tidal sand
#

How do you list items by block tag and not item tag? I can't find a way to do this i think i remember it being impossible but that was years ago

oak turret
#

you can use this to get a list of all blocks, not sure if theres a better way hmmm

const allblocks = Ingredient.custom(item => item.isBlock()).stacks

and then you can go over allBlocks and check the tags on the items