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

19 lines
971 B
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$() and $(item)Infused Rock$(), important ingredients in the creation of several $(thing)natural items$().",
2018-10-22 00:14:52 +02:00
"recipe": "naturesaura:infused_iron",
"recipe2": "naturesaura:infused_stone"
}
]
}