NaturesAura/src/main/resources/data/naturesaura/advancements/depth_ingot.json
2023-03-03 15:22:58 +01:00

26 lines
636 B
JSON

{
"display": {
"icon": {
"item": "naturesaura:depth_ingot"
},
"title": {
"translate": "advancement.naturesaura.depth_ingot"
},
"description": {
"translate": "advancement.naturesaura.depth_ingot.desc"
}
},
"parent": "naturesaura:sky_ingot",
"criteria": {
"ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["naturesaura:depth_ingot"]
}
]
}
}
}
}