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

17 lines
803 B
JSON

{
"name": "Eye of the Blaze",
"icon": "naturesaura:fortress_finder",
"category": "naturesaura:items",
"advancement": "naturesaura:aura_bottle_nether",
"pages": [
{
"type": "text",
"text": "To find $(thing)Strongholds$(), one can use the abilities of the $(item)Eye of Ender$(), which will, upon being thrown, slowly move towards the nearest one of these structures, and in doing so, point the way to it. Similar behavior can be observed for the $(item)Eye of the Blaze$(), but, instead of finding strongholds, it will locate the closest $(thing)Nether Fortress$()."
},
{
"type": "crafting",
"text": "Creating the $(item)Eye of the Blaze$()",
"recipe": "naturesaura:fortress_finder"
}
]
}