38 lines
788 B
JSON
38 lines
788 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "techreborn:copper_ore"
|
|
},
|
|
"title": {
|
|
"translate": "itemGroup.techreborn"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.techreborn.root.desc"
|
|
},
|
|
"background": "techreborn:textures/blocks/storage/lead_block.png",
|
|
"show_toast": true,
|
|
"announce_to_chat": true
|
|
},
|
|
"criteria": {
|
|
"ore_in_inventory": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "techreborn:copper_ore"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"ore2_in_inventory": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "techreborn:lead_ore"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|