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

67 lines
2.8 KiB
JSON

{
"name": "Crumbling Catalyst",
"icon": "naturesaura:crushing_catalyst",
"category": "naturesaura:using",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "The $(l:using/altar)Natural Altar$() can be useful for infusing certain items with the power of $(aura), but it can also be used to $(thing)crush$() certain items into different shapes.$(br)This can be achieved by creating the $(item)Crumbling Catalyst$() and placing it on top of any of the four lower $(item)Golden Stone Brick$() blocks around the altar, and then placing the ingredient on the altar as usual."
},
{
"type": "naturesaura:tree_ritual",
"text": "Creating the $(item)Crumbling Catalyst$() using the $(l:practices/tree_ritual)Ritual of the Forest$().",
"recipe": "naturesaura:crushing_catalyst"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Bone Meal$() by crushing $(item)Bones$()",
"recipe": "naturesaura:bone"
},
{
"type": "naturesaura:altar",
"text": "Harvesting $(item)Sugar$() by removing it from the cane",
"recipe": "naturesaura:sugar"
},
{
"type": "naturesaura:altar",
"text": "Making $(item)Blaze Powder$() out of the Nether's materials",
"recipe": "naturesaura:blaze"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Glowstone Dust$() by destroying $(item)Glowstone$()",
"recipe": "naturesaura:glowstone"
},
{
"type": "naturesaura:altar",
"text": "Making $(item)Sand$() from pulverizing $(item)Cobblestone$()",
"recipe": "naturesaura:sand"
},
{
"type": "naturesaura:altar",
"text": "Making $(item)Gold Powder$() from $(item)Golden Leaves$()",
"recipe": "naturesaura:gold_powder"
},
{
"type": "naturesaura:altar",
"text": "Reducing $(item)Amethyst Blocks$() to $(item)Shards$()",
"recipe": "naturesaura:amethyst"
},
{
"type": "naturesaura:altar",
"text": "Turning $(item)Packed Mud$() back into $(item)Mud$()",
"recipe": "naturesaura:mud"
},
{
"type": "naturesaura:altar",
"text": "Extracting $(item)Nether Warts$() from $(item)Nether Wart Blocks$()",
"recipe": "naturesaura:nether_wart_crushing"
},
{
"type": "naturesaura:altar",
"text": "Turning $(item)Soul Soil$() into $(item)Soul Sand$()",
"recipe": "naturesaura:soul_sand_crushing"
}
]
}