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

27 lines
708 B
JSON

{
"display": {
"icon": {
"item": "minecraft:arrow"
},
"title": "Sniper duel",
"description": "Kill a skeleton with an arrow from more than 50 meters",
"frame": "challenge"
},
"parent": "adventure/shoot_arrow",
"criteria": {
"killed_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"killing_blow": {
"is_projectile": true
},
"entity": {
"type": "skeleton",
"distance": {
"min": 50
}
}
}
}
}
}