I was reading previous discussions in this chat about how to find items in an inventory. Seems like using this is the answer;```yaml
<context.inventory.quantity_item[(<matcher>)]>
But in my case, i need to find a list of items. Kinda like a cooking recipe. Some of which items are custom. I usually find those custom items with:```yaml
<context.item.contains[oraxen:id=string:ORAXEN_ITEM_ID]>
Not sure how to make an if statement that returns true if all the items of the recipe are present.
Any idea? Thank you ❤️