custom_mc_advancements/data/canopy/advancements/sword_go_brrr.json

33 lines
695 B
JSON

{
"display": {
"icon": {
"item": "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": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:mob_kills",
"value": {
"min": 25000
}
}
]
}
}
}
}
}
}