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

17 lines
773 B
JSON

{
"name": "Ender Ocular",
"icon": "naturesaura:ender_access",
"category": "naturesaura:items",
"advancement": "naturesaura:aura_bottle_end",
"pages": [
{
"type": "text",
"text": "The $(item)Ender Ocular$() is, to put it simply, a handheld version of the $(l:using/ender_crate)Ender Crate$(). After giving it an $(thing)Ender Name$() the exact same way, interacting with it while holding it in one's hand will open the storage then and there. For this, an $(l:items/aura_cache)Aura Cache$() is required that some $(aura) will be drained from."
},
{
"type": "crafting",
"text": "Creating the $(item)Ender Ocular$()",
"recipe": "naturesaura:ender_access"
}
]
}