{
    "Key": "hasitemtest",
    "If": [],
    "HasItem": {
        "strict": false,
        "slot": "mainhand",
        "item": {
            "material": "apple"
        }
    },
    "SendMessage": "Congrats, you are holding an apple!",
    "SendMessage": "Eat more apples.",
    "If": [],
    "HasItem": {
        "strict": false,
        "slot": "mainhand",
        "item": [
            {
                "material": "carrot"
            },
            {
                "material": "potato"
            }
        ]
    },
    "SendMessage": "vegetables!",
    "SendMessage": "No vegetables"

}