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

26 lines
642 B
JSON
Raw Normal View History

2018-11-21 11:49:21 +01:00
{
"display": {
"icon": {
"item": "naturesaura:offering_table"
},
"title": {
"translate": "advancement.naturesaura.offering"
},
"description": {
"translate": "advancement.naturesaura.offering.desc"
}
},
2018-12-02 00:20:01 +01:00
"parent": "naturesaura:aura_bottle_nether",
2018-11-21 11:49:21 +01:00
"criteria": {
"table": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "naturesaura:offering_table"
}
]
}
}
}
}