MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.17.1
Empty File
{
  "parent": "minecraft:adventure/shoot_arrow",
  "display": {
    "icon": {
      "item": "minecraft:target"
    },
    "title": {
      "translate": "advancements.adventure.bullseye.title"
    },
    "description": {
      "translate": "advancements.adventure.bullseye.description"
    },
    "frame": "challenge",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "rewards": {
    "experience": 50
  },
  "criteria": {
    "bullseye": {
      "trigger": "minecraft:target_hit",
      "conditions": {
        "signal_strength": 15,
        "projectile": [
          {
            "condition": "minecraft:entity_properties",
            "predicate": {
              "distance": {
                "horizontal": {
                  "min": 30.0
                }
              }
            },
            "entity": "this"
          }
        ]
      }
    }
  },
  "requirements": [
    [
      "bullseye"
    ]
  ]
}