NaturesAura/src/main/resources/data/naturesaura/advancements/gold_leaf.json

26 lines
626 B
JSON
Raw Normal View History

2018-10-22 21:07:21 +02:00
{
"display": {
"icon": {
"item": "naturesaura:gold_leaf"
},
"title": {
"translate": "advancement.naturesaura.gold_leaf"
},
"description": {
"translate": "advancement.naturesaura.gold_leaf.desc"
}
},
"parent": "naturesaura:get_book",
"criteria": {
2018-10-23 10:53:09 +02:00
"leaf": {
2018-10-22 21:07:21 +02:00
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["naturesaura:gold_leaf"]
2018-10-22 21:07:21 +02:00
}
]
}
}
}
}