mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
26 lines
624 B
JSON
26 lines
624 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
},
|
||
|
"title": {
|
||
|
"translate": "advancement.naturesaura.sky_ingot"
|
||
|
},
|
||
|
"description": {
|
||
|
"translate": "advancement.naturesaura.sky_ingot.desc"
|
||
|
}
|
||
|
},
|
||
|
"parent": "naturesaura:offering",
|
||
|
"criteria": {
|
||
|
"ingot": {
|
||
|
"trigger": "minecraft:inventory_changed",
|
||
|
"conditions": {
|
||
|
"items": [
|
||
|
{
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|