NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/items/depth_ingot.json
2023-03-03 15:22:58 +01:00

17 lines
818 B
JSON

{
"name": "Ingot of the Depths",
"icon": "naturesaura:depth_ingot",
"category": "naturesaura:items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "Years after their original inception, magical botanists have finally found a new material able to harness the powers of $(aura) through new means: the mystical and elusive $(item)Netherite$(). With it, one can create a most powerful material: $(item)Ingots of the Depths$(). These ingots, as expected, can also be turned into $(l:items/depth_armor)armor$() and $(l:items/depth_tools)tools$()."
},
{
"type": "crafting",
"text": "Creating the $(item)Ingot of the Depths$()",
"recipe": "naturesaura:depth_ingot_creation"
}
]
}