InvRef contains_item - Uberi/MineTest-API GitHub Wiki
Returns true if the itemstack is found within the inventory.
[boolean](../type/boolean.html) contains_item([string](../type/string.html) listname, [ItemStack](../type/ItemStack.html) stack)
local found = inventory:contains_item("main", ItemsStack("default:mese"))