From 90d0d726324db3fead9a6530a4dec9a46e676d52 Mon Sep 17 00:00:00 2001 From: benamaurer Date: Thu, 20 May 2021 12:04:59 -0500 Subject: [PATCH] Added what_is_wrong_with_you.json --- .../advancements/what_is_wrong_with_you.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/canopy/advancements/what_is_wrong_with_you.json diff --git a/data/canopy/advancements/what_is_wrong_with_you.json b/data/canopy/advancements/what_is_wrong_with_you.json new file mode 100644 index 0000000..22efdd9 --- /dev/null +++ b/data/canopy/advancements/what_is_wrong_with_you.json @@ -0,0 +1,23 @@ +{ + "display": { + "icon": { + "item": "minecraft:netherite_block" + }, + "title": "What is wrong with you...", + "description": "Build a full beacon out of netherite blocks.", + "frame": "challenge", + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "have_netherite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [{ + "item": "minecraft:netherite_block", + "count": 244 + }] + } + } + } +}