Netherite hoe don't go brrrr no more

Completely use up the durability of a netherite hoe
master
fuji 2023-08-05 23:40:46 +00:00
parent 927d27299b
commit be352ac1de
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"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
}
}
]
}
}
}
}
}
}