29 lines
760 B
JSON
29 lines
760 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |