diff --git a/data/canopy/advancements/broken_netherite_hoe.json b/data/canopy/advancements/broken_netherite_hoe.json new file mode 100644 index 0000000..6111b24 --- /dev/null +++ b/data/canopy/advancements/broken_netherite_hoe.json @@ -0,0 +1,33 @@ +{ + "display": { + "icon": { + "item": "minecraft:netherite_hoe" + }, + "title": "Are... Are you serious?", + "description": "Why would you...?", + "frame": "challenge", + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "break_a_netherite_hoe": { + "trigger": "minecraft:location", + "conditions": { + "player": { + "type_specific": { + "type": "player", + "stats": [ + { + "type": "minecraft:broken", + "stat": "minecraft:netherite_hoe", + "value": { + "min": 1 + } + } + ] + } + } + } + } + } +} \ No newline at end of file