shoot_arrow.json
0 B
Empty File
{
"display": {
"icon": {
"item": "minecraft:bow"
},
"title": {
"translate": "advancements.adventure.shoot_arrow.title"
},
"description": {
"translate": "advancements.adventure.shoot_arrow.description"
}
},
"parent": "adventure/kill_a_mob",
"criteria": {
"shot_arrow": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"damage": {
"type": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:arrow"
}
}
}
}
}
}
}