is it possible to have an item with multiple custom_data components?
what i'm trying to achieve is having a /give @a cobblestone[custom_data={1:1,2:2}] command and being able to trigger a function based on the "1:1" alone and another based on the "2:2" alone, without having to check both at the same time