33 lines
642 B
JSON
33 lines
642 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:netherite_hoe"
|
|
},
|
|
"title": "Are... Are you serious?",
|
|
"description": "Why would you...?",
|
|
"frame": "challenge",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:root",
|
|
"criteria": {
|
|
"break_a_netherite_hoe": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": {
|
|
"type_specific": {
|
|
"type": "player",
|
|
"stats": [
|
|
{
|
|
"type": "minecraft:broken",
|
|
"stat": "minecraft:netherite_hoe",
|
|
"value": {
|
|
"min": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |