From be352ac1de506c3571f60bc4018e60a93e81882c Mon Sep 17 00:00:00 2001 From: fuji Date: Sat, 5 Aug 2023 23:40:46 +0000 Subject: [PATCH] Netherite hoe don't go brrrr no more Completely use up the durability of a netherite hoe --- .../advancements/broken_netherite_hoe.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/canopy/advancements/broken_netherite_hoe.json 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