{
    "display": {
        "icon": "minecraft:iron_block",
        "title": "Summon the Golem"
    },
    "criteria": {
        "summoned": {
            "trigger": "minecraft:summoned_entity",
            "conditions": {
                "entity": {
                    "type": "villager_golem"
                }
            }
        }
    }
}