NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json

23 lines
1.2 KiB
JSON
Raw Normal View History

2018-10-22 00:14:52 +02:00
{
"name": "Natural Altar Infusion",
"icon": "naturesaura:nature_altar",
2018-10-25 19:23:20 +02:00
"category": "using",
"advancement": "naturesaura:altar",
2018-10-22 00:14:52 +02:00
"priority": true,
"pages": [
{
"type": "text",
2018-10-26 21:37:08 +02:00
"text": "When the $(l:collecting/altar)Natural Altar$() has collected a sufficient amount of $(aura), it will be able to infuse items of certain materials, converting them into different, more powerful materials. To do this, simply place any material onto the altar and wait for the infusion to be completed.$(br2)The following pages list some useful materials that a botanist might frequently need."
2018-10-22 00:14:52 +02:00
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Infused Iron$(), a material blessed with the powers of $(aura), allowing it to be used in several magical $(thing)natural items$().",
"recipe": "naturesaura:infused_iron"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Infused Rock$(), a material, similar looking to the fabric of $(italic)balance$() itself, infused with $(aura).",
"recipe": "naturesaura:infused_stone"
2018-10-22 00:14:52 +02:00
}
]
}