custom_mc_advancements/data/canopy/advancements/now_were_talking.json

33 lines
652 B
JSON

{
"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
}
}
]
}
}
}
}
}
}