custom_mc_advancements/data/canopy/advancement/broken_netherite_hoe.json

34 lines
723 B
JSON

{
"display": {
"icon": {
"id": "minecraft:netherite_hoe"
"components": {
"minecraft:damage": 2030
}
},
"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:item_durability_changed",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:broken",
"stat": "minecraft:netherite_hoe"
}
]
}
}
}
}
}
}