mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
29 lines
No EOL
791 B
JSON
29 lines
No EOL
791 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "naturesaura:eye"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.naturesaura.root"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.naturesaura.root.desc"
|
|
},
|
|
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
|
|
"show_toast": false,
|
|
"announce_to_chat": false
|
|
},
|
|
"criteria": {
|
|
"book": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "patchouli:guide_book",
|
|
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |