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

21 lines
1.3 KiB
JSON

{
"name": "Staff of Shadows",
"icon": "naturesaura:cave_finder",
"category": "naturesaura:items",
"advancement": "naturesaura:offering",
"pages": [
{
"type": "text",
"text": "Sometimes, especially when trying to create a monster spawning area, surrounding caves and $(thing)dark spots$() need to be lit up. However, these can often be somewhat hard to locate, causing a lot of unnecessary digging simply to find them.$(br)The $(item)Staff of Shadows$() makes this process a lot more efficient: Upon activating it, it will $(thing)visualize$() all of the dark places in an area of about"
},
{
"type": "text",
"text": "30 blocks around the point of activation for 30 seconds or so, giving anyone enough time to dig towards them and light them up.$(br)Visualized areas are ones where both natural and artificial light will be low enough for monsters to spawn. $(p)Naturally, finding and displaying areas in this matter will require quite a substantial amount of $(aura) from an $(l:items/aura_cache)Aura Cache$() or similar."
},
{
"type": "crafting",
"text": "Creating the $(item)Staff of Shadows$()",
"recipe": "naturesaura:cave_finder"
}
]
}