TechReborn/src/main/resources/data/techreborn/advancements/root.json

39 lines
788 B
JSON
Raw Normal View History

2017-07-03 19:44:15 +01:00
{
"display": {
"icon": {
2018-09-17 13:16:49 +03:00
"item": "techreborn:copper_ore"
2017-07-03 19:44:15 +01:00
},
"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": [
{
2018-09-17 13:16:49 +03:00
"item": "techreborn:copper_ore"
2017-07-03 19:44:15 +01:00
}
]
}
},
"ore2_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
2018-09-17 13:16:49 +03:00
"item": "techreborn:lead_ore"
2017-07-03 19:44:15 +01:00
}
]
}
}
}
}