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