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

43 lines
2.4 KiB
JSON

{
"name": "The Natural Altar",
"icon": "naturesaura:nature_altar",
"category": "naturesaura:using",
"advancement": "naturesaura:aura_bottle_overworld",
"priority": true,
"turnin": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "A rudimentary, yet effective way of collecting $(aura) early on is the $(item)Natural Altar$(). After creating the setup shown on the following page, the altar will start slowly draining $(aura) in the vicinity. However, it is not strong enough to cause major damage, making it only drain until there is none left in the area.$(br)The collected $(aura) can then be used as shown on the following pages."
},
{
"type": "multiblock",
"multiblock_id": "naturesaura:altar",
"text": "How to assemble the $(item)Natural Altar$()"
},
{
"type": "naturesaura:tree_ritual",
"text": "Creating the $(item)Natural Altar$() using the $(l:practices/tree_ritual)Ritual of the Forest$()",
"recipe": "naturesaura:nature_altar"
},
{
"type": "crafting",
"recipe": "naturesaura:gold_brick",
"text": "Creating the $(item)Golden Stone Bricks$() that are used in the $(item)Natural Altar$()'s multiblock"
},
{
"type": "text",
"text": "When the $(item)Natural Altar$() has collected a sufficient amount of $(aura), it will be able to infuse items of certain materials. To do this, simply place any material onto the altar and wait for the infusion to be completed.$(br2)In the future, one might come across materials that require a different type of $(aura) to be present around the altar, for which the $(l:using/crimson_altar)Crimson Altar$() will have to be constructed."
},
{
"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$().$(br)Note that the same infusion is possible using the materials' block form.",
"recipe": "naturesaura:infused_iron"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Infused Rock$(), an earthly material infused with $(aura).",
"recipe": "naturesaura:infused_stone"
}
]
}