MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

spyglass_at_parrot.json0 B

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