mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
26 lines
639 B
JSON
26 lines
639 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "naturesaura:offering_table"
|
||
|
},
|
||
|
"title": {
|
||
|
"translate": "advancement.naturesaura.offering"
|
||
|
},
|
||
|
"description": {
|
||
|
"translate": "advancement.naturesaura.offering.desc"
|
||
|
}
|
||
|
},
|
||
|
"parent": "naturesaura:aura_bottle_end",
|
||
|
"criteria": {
|
||
|
"table": {
|
||
|
"trigger": "minecraft:inventory_changed",
|
||
|
"conditions": {
|
||
|
"items": [
|
||
|
{
|
||
|
"item": "naturesaura:offering_table"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|