MCMinecraft Assets Explorer

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

spyglass_at_dragon.json0 B

Empty File
{
  "parent": "minecraft:adventure/spyglass_at_ghast",
  "criteria": {
    "spyglass_at_dragon": {
      "conditions": {
        "item": {
          "items": "minecraft:spyglass"
        },
        "player": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "type_specific": {
                "type": "minecraft:player",
                "looking_at": {
                  "type": "minecraft:ender_dragon"
                }
              }
            }
          }
        ]
      },
      "trigger": "minecraft:using_item"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.adventure.spyglass_at_dragon.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:spyglass"
    },
    "title": {
      "translate": "advancements.adventure.spyglass_at_dragon.title"
    }
  },
  "requirements": [
    [
      "spyglass_at_dragon"
    ]
  ],
  "sends_telemetry_event": true
}