Files
minecraft-assets/assets/minecraft/advancements/adventure/shoot_arrow.json
2017-04-26 14:35:29 +00:00

25 lines
644 B
JSON

{
"display": {
"icon": {
"item": "minecraft:bow"
},
"title": "Take Aim",
"description": "Shoot something with a bow and arrow"
},
"parent": "adventure/kill_a_mob",
"criteria": {
"shot_arrow": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"damage": {
"type": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:arrow"
}
}
}
}
}
}
}