NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/items/aura_trove.json
2021-12-28 11:53:10 +01:00

17 lines
702 B
JSON

{
"name": "Aura Trove",
"icon": "naturesaura:aura_trove",
"category": "naturesaura:items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "Once the amount of $(aura) required becomes too much for the $(l:items/aura_cache)Aura Cache$() to store without having to refill it on too regular of a basis, one can employ the help of an $(item)Aura Trove$() - a higher tier version of the $(item)Aura Cache$() that has three times its storage capacity."
},
{
"type": "crafting",
"text": "Creating the $(item)Aura Trove$()",
"recipe": "naturesaura:aura_trove"
}
]
}