33 lines
602 B
JSON
33 lines
602 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |