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

18 lines
823 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",
2018-11-06 23:08:42 +01:00
"priority": true,
2018-10-25 19:23:20 +02:00
"pages": [
{
"type": "text",
2018-10-26 21:39:39 +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 $(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."
2018-10-25 19:23:20 +02:00
},
{
"type": "crafting",
"text": "Creating the $(item)Aura Cache$()",
"recipe": "naturesaura:aura_cache"
}
]
}