diff --git a/data/canopy/advancements/keto_diet b/data/canopy/advancements/keto_diet new file mode 100644 index 0000000..4ab9350 --- /dev/null +++ b/data/canopy/advancements/keto_diet @@ -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 + } + } + ] + } + } + } + } + } +} \ No newline at end of file