{
  "format_version": "1.10.0",
  "minecraft:attachable": {
    "description": {
      "identifier": "minecraft:spyglass",
      "materials": {
        "default": "entity_alphatest",
        "enchanted": "entity_alphatest_glint"
      },
      "textures": {
        "default": "textures/entity/spyglass",
        "enchanted": "textures/misc/enchanted_item_glint"
      },
      "geometry": {
        "default": "geometry.spyglass"
      },
      "animations": {
        "holding": "animation.spyglass.holding",
        "scoping": "animation.spyglass.scoping"
      },
      "scripts": {
        "animate": [
          {
            "holding": "q.main_hand_item_use_duration <= 0.0f"
          },
          {
            "scoping": "q.main_hand_item_use_duration > 0.0f && !c.is_first_person"
          }
        ]
      },
      "render_controllers": [ "controller.render.item_default" ]
    }
  }
}
