| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "parent": "minecraft:story/mine_diamond",
- "display": {
- "icon": {
- "item": "minecraft:diamond_chestplate",
- "nbt": "{Damage:0}"
- },
- "title": {
- "translate": "advancements.story.shiny_gear.title"
- },
- "description": {
- "translate": "advancements.story.shiny_gear.description"
- },
- "frame": "task",
- "show_toast": true,
- "announce_to_chat": true,
- "hidden": false
- },
- "criteria": {
- "diamond_helmet": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:diamond_helmet"
- }
- ]
- }
- },
- "diamond_chestplate": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:diamond_chestplate"
- }
- ]
- }
- },
- "diamond_leggings": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:diamond_leggings"
- }
- ]
- }
- },
- "diamond_boots": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:diamond_boots"
- }
- ]
- }
- }
- },
- "requirements": [
- [
- "diamond_helmet",
- "diamond_chestplate",
- "diamond_leggings",
- "diamond_boots"
- ]
- ]
- }
|