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