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

18 lines
835 B
JSON

{
"name": "Aura Cache",
"icon": "naturesaura:aura_cache",
"category": "naturesaura:items",
"advancement": "naturesaura:infused_materials",
"priority": true,
"pages": [
{
"type": "text",
"text": "Having a $(l:collecting/altar)Natural Altar$() around that stores $(aura) is all well and good, but it would be more convenient to be able to carry it around. In that case, the $(item)Aura Cache$() will prove useful: It stores a substantial amount of $(aura) in it so one can use it on the go. $(br)To fill the cache up, simply place it on a $(item)Natural Altar$() and wait for the $(aura) to drain into it."
},
{
"type": "crafting",
"text": "Creating the $(item)Aura Cache$()",
"recipe": "naturesaura:aura_cache"
}
]
}