diff --git a/data/canopy/advancements/war_never_changes.json b/data/canopy/advancements/war_never_changes.json new file mode 100644 index 0000000..5fcad86 --- /dev/null +++ b/data/canopy/advancements/war_never_changes.json @@ -0,0 +1,23 @@ +{ + "display": { + "icon": { + "item": "minecraft:tnt" + }, + "title": "War, war never changes.", + "description": "Obtain a stack of tnt... <.<", + "frame": "task", + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "get_boom_booms": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [{ + "item": "minecraft:tnt", + "count": 64 + }] + } + } + } +}