29 lines
736 B
JSON
29 lines
736 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:diamond_hoe"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.husbandry.break_diamond_hoe.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.husbandry.break_diamond_hoe.description"
|
|
},
|
|
"frame": "challenge"
|
|
},
|
|
"parent": "minecraft:husbandry/plant_seed",
|
|
"rewards": {
|
|
"experience": 100
|
|
},
|
|
"criteria": {
|
|
"broke_hoe": {
|
|
"trigger": "minecraft:item_durability_changed",
|
|
"conditions": {
|
|
"item": {
|
|
"item": "minecraft:diamond_hoe"
|
|
},
|
|
"durability": -1
|
|
}
|
|
}
|
|
}
|
|
} |