Files
2017-04-06 18:42:20 +00:00

23 lines
555 B
JSON

{
"display": {
"icon": "minecraft:arrow",
"title": "Sniper duel",
"frame": "challenge"
},
"parent": "adventure/shoot_arrow",
"criteria": {
"killed_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"killing_blow": {
"is_projectile": true
},
"entity": {
"distance": {
"min": 50
}
}
}
}
}
}