TechReborn/src/main/resources/data/techreborn/advancements/root.json
Shnupbups 3af8a63f6c Moved things from assets to data (#1745)
Moved advancements and the rubber plantation loot table to data, where they should be
2019-08-07 18:28:57 +01:00

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"
}
]
}
}
}
}