custom_mc_advancements/data/canopy/advancements/this_takes_guts.json

33 lines
631 B
JSON

{
"display": {
"icon": {
"item": "minecraft:rotten_flesh"
},
"title": "This Takes Guts.",
"description": "Eat 100 rotten flesh.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"eat_100_rotten_flesh": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:used",
"stat": "minecraft:rotten_flesh",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}