{ "display": { "icon": { "item": "minecraft:rotten_flesh" }, "title": "This Takes Guts.", "description": "Eat 100 rotten flesh.", "frame": "task", "announce_to_chat": true }, "parent": "canopy:root", "criteria": { "eat_100_rotten_flesh": { "trigger": "minecraft:location", "conditions": { "player": { "type_specific": { "type": "player", "stats": [ { "type": "minecraft:used", "stat": "minecraft:rotten_flesh", "value": { "min": 100 } } ] } } } } } }