keto_diet

master
fuji 2022-08-28 10:35:22 +00:00
parent 3d157af0a8
commit f028c21516
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"display": {
"icon": {
"item": "minecraft:rotten_flesh"
},
"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
}
}
]
}
}
}
}
}
}