custom_mc_advancements/data/canopy/advancements/keto_diet

33 lines
602 B
Plaintext

{
"display": {
"icon": {
"item": "minecraft:spider_eye"
},
"title": "Keto Diet",
"description": "Eghhh",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"eat_100_spider_eye": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:used",
"stat": "minecraft:spider_eye",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}