You've already forked minecraft-assets
27 lines
708 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |