keto_diet
parent
3d157af0a8
commit
f028c21516
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue