66 lines
No EOL
1.3 KiB
JSON
66 lines
No EOL
1.3 KiB
JSON
{
|
|
"parent": "minecraft:story/smelt_iron",
|
|
"criteria": {
|
|
"iron_boots": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:iron_boots"
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
},
|
|
"iron_chestplate": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:iron_chestplate"
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
},
|
|
"iron_helmet": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:iron_helmet"
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
},
|
|
"iron_leggings": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:iron_leggings"
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.story.obtain_armor.description"
|
|
},
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:iron_chestplate"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.story.obtain_armor.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"iron_helmet",
|
|
"iron_chestplate",
|
|
"iron_leggings",
|
|
"iron_boots"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |