mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
28 lines
No EOL
755 B
JSON
28 lines
No EOL
755 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "patchouli:guide_book",
|
|
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.naturesaura.get_book"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.naturesaura.get_book.desc"
|
|
}
|
|
},
|
|
"parent": "naturesaura:root",
|
|
"criteria": {
|
|
"book": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "patchouli:guide_book",
|
|
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |