2022-08-02 16:16:07 +00:00
|
|
|
{
|
|
|
|
"display": {
|
|
|
|
"icon": {
|
|
|
|
"item": "minecraft:diamond_sword"
|
|
|
|
},
|
|
|
|
"title": "Now We're Talking",
|
|
|
|
"description": "Kill 100 phantoms... still not enough.",
|
|
|
|
"frame": "task",
|
|
|
|
"announce_to_chat": true
|
|
|
|
},
|
|
|
|
"parent": "canopy:a_good_start",
|
|
|
|
"criteria": {
|
|
|
|
"kill_100_phantoms": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"player": {
|
|
|
|
"type_specific": {
|
|
|
|
"type": "player",
|
|
|
|
"stats": [
|
|
|
|
{
|
|
|
|
"type": "minecraft:killed",
|
|
|
|
"stat": "minecraft:phantom",
|
|
|
|
"value": {
|
|
|
|
"min": 100
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|