NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/items/aura_cache.json

17 lines
817 B
JSON
Raw Normal View History

2018-10-25 19:23:20 +02:00
{
"name": "Aura Cache",
"icon": "naturesaura:aura_cache",
"category": "items",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
2018-10-26 21:37:08 +02:00
"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 $(thing)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 $(thing)Aura$() to drain into it."
2018-10-25 19:23:20 +02:00
},
{
"type": "crafting",
"text": "Creating the $(item)Aura Cache$()",
"recipe": "naturesaura:aura_cache"
}
]
}