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

17 lines
818 B
JSON

{
"name": "Eye of the Shulker",
"icon": "naturesaura:end_city_finder",
"category": "naturesaura:items",
"advancement": "naturesaura:aura_bottle_end",
"pages": [
{
"type": "text",
"text": "Being aware of the abilities of the $(item)Eye of Ender$() and the $(l:items/fortress_finder)Eye of the Blaze$(), magical botanists can construct a third one of these structure-finding eyes, completing the dimension sequence. The $(item)Eye of the Shulker$() will, in a very similar manner to its overworld and nether counterparts, locate the closest $(thing)End City$() upon being thrown."
},
{
"type": "crafting",
"text": "Creating the $(item)Eye of the Shulker$()",
"recipe": "naturesaura:end_city_finder"
}
]
}