custom_mc_advancements/data/canopy/advancement/now_were_talking.json

40 lines
939 B
JSON

{
"display": {
"icon": {
"id": "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:player_killed_entity",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 100
}
}
]
}
}
}
]
}
}
}
}