Files
minecraft-assets/assets/minecraft/advancements/adventure/sniper_duel.json
2017-04-15 11:12:58 +00:00

24 lines
636 B
JSON

{
"display": {
"icon": "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": {
"distance": {
"min": 50
}
}
}
}
}
}