custom_mc_advancements/data/canopy/advancement/sword_go_brrr.json

38 lines
772 B
JSON

{
"display": {
"icon": {
"id": "minecraft:netherite_sword"
},
"title": "Sword Go Brrr",
"description": "Kill 25,000 mobs",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:so_anyway_i_started_blasting",
"criteria": {
"kill": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:custom",
"stat": "mob_kills",
"value": {
"min": 25000
}
}
]
}
},
"entity": []
}
}
},
"requirements": [
[]
]
}