33 lines
695 B
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |