Netherite hoe don't go brrrr no more
Completely use up the durability of a netherite hoemaster
parent
927d27299b
commit
be352ac1de
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue