From 000c9c3f708fc57c346208fa9dc52af9e4d6ae6d Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 18 May 2021 16:51:47 -0500 Subject: [PATCH] Added antibacterial.json. --- data/canopy/advancements/antibacterial.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/canopy/advancements/antibacterial.json diff --git a/data/canopy/advancements/antibacterial.json b/data/canopy/advancements/antibacterial.json new file mode 100644 index 0000000..6ea13c4 --- /dev/null +++ b/data/canopy/advancements/antibacterial.json @@ -0,0 +1,24 @@ +{ + "display": { + "icon": { + "item": "minecraft:player_head", + "nbt": "{SkullOwner: {UUID: \"cf45612273ad43669a8b8b0dcfdf559a\"}}" + }, + "title": "100% Antibacterial", + "description": "Kill 100% of all germs in the Canopy.", + "frame": "challenge", + "hidden": true, + "announce_to_chat": true + }, + "parent": "canopy:mobs", + "criteria": { + "have_sed": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "nbt": "{Tags:[\"bac\"]}" + } + } + } + } +}