You've already forked minecraft-assets
20 lines
488 B
JSON
20 lines
488 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:iron_ingot",
|
|
"title": "Acquire Hardware",
|
|
"description": "Smelt an iron ingot"
|
|
},
|
|
"parent": "minecraft:story/upgrade_tools",
|
|
"criteria": {
|
|
"iron": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:iron_ingot"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |