{ "parent": "minecraft:adventure/spyglass_at_parrot", "criteria": { "spyglass_at_ghast": { "conditions": { "item": { "items": [ "minecraft:spyglass" ] }, "player": [ { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "type_specific": { "type": "player", "looking_at": { "type": "minecraft:ghast" } } } } ] }, "trigger": "minecraft:using_item" } }, "display": { "announce_to_chat": true, "description": { "translate": "advancements.adventure.spyglass_at_ghast.description" }, "frame": "task", "hidden": false, "icon": { "item": "minecraft:spyglass" }, "show_toast": true, "title": { "translate": "advancements.adventure.spyglass_at_ghast.title" } }, "requirements": [ [ "spyglass_at_ghast" ] ] }