NaturesAura/src/main/resources/assets/naturesaura/advancements/potion_generator.json

26 lines
657 B
JSON
Raw Normal View History

{
"display": {
"icon": {
"item": "naturesaura:potion_generator"
},
"title": {
"translate": "advancement.naturesaura.potion_generator"
},
"description": {
"translate": "advancement.naturesaura.potion_generator.desc"
}
},
2018-11-21 11:49:21 +01:00
"parent": "naturesaura:sky_ingot",
"criteria": {
"generator": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "naturesaura:potion_generator"
}
]
}
}
}
}