You've already forked minecraft-assets
35 lines
667 B
JSON
35 lines
667 B
JSON
{
|
|
"parent": "minecraft:story/smelt_iron",
|
|
"criteria": {
|
|
"iron_pickaxe": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"minecraft:iron_pickaxe"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.story.iron_tools.description"
|
|
},
|
|
"icon": {
|
|
"item": "minecraft:iron_pickaxe",
|
|
"nbt": "{Damage:0}"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.story.iron_tools.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"iron_pickaxe"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |