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

17 lines
859 B
JSON

{
"name": "Eye of the Pillager",
"icon": "naturesaura:outpost_finder",
"category": "naturesaura:items",
"advancement": "naturesaura:aura_bottle_overworld",
"pages": [
{
"type": "text",
"text": "For several occurences in the world, $(item)Explorer Maps$() can be used to find them easily. However, these maps cannot be found for all of the structures in the world. Specifically, $(thing)Pillager Outposts$() cannot be discovered in this manner. To solve this issue, magical botanists have constructed the $(item)Eye of the Pillager$(), which, upon being thrown, will fly towards the nearest $(thing)Pillager Outpost$()."
},
{
"type": "crafting",
"text": "Creating the $(item)Eye of the Pillager$()",
"recipe": "naturesaura:outpost_finder"
}
]
}