{
   "display": {
      "title": {
         "text": "Make 10 mushroom stew"
      },
      "description": "stews",
      "icon": {
         "item": "minecraft:mushroom_stew"
      },
      "frame": "task",
      "show_toast": true,
      "announce_to_chat": true,
      "hidden": false,
      "background": "minecraft:textures/red_mushroom_block"
   },
   "criteria": {
      "10stews": {
         "trigger": "minecraft:inventory_changed",
         "conditions": {
            "items": [
               {
                  "item": "minecraft:mushroom_stew",
                  "count": {
                     "min": 10
                  }
               }
            ]
         }
      }
   }
}