diff --git a/data/canopy/advancements/is_it_a_oh_crap.json b/data/canopy/advancements/is_it_a_oh_crap.json new file mode 100644 index 0000000..9c3b777 --- /dev/null +++ b/data/canopy/advancements/is_it_a_oh_crap.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "minecraft:spyglass" + }, + "title": "Is It a... oh crap.", + "description": "Making eye contact with it may have been a mistake...", + "frame": "task", + "announce_to_chat": true + }, + "parent": "canopy:end", + "criteria": { + "look_at_enderman": { + "trigger": "minecraft:using_item", + "conditions": { + "player": [{ + "condition": "minecraft:entity_properties", + "predicate": { + "player": { + "looking_at": "minecraft:enderman" + } + } + }] + } + } + } +} \ No newline at end of file diff --git a/data/canopy/advancements/antibacterial.json b/data/disabled/antibacterial.json similarity index 100% rename from data/canopy/advancements/antibacterial.json rename to data/disabled/antibacterial.json