mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
26 lines
622 B
JSON
26 lines
622 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": [
|
||
|
{
|
||
|
"item": "naturesaura:placer"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|