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

21 lines
1.4 KiB
JSON

{
"name": "Ender Crate",
"icon": "naturesaura:ender_crate",
"category": "naturesaura:using",
"advancement": "naturesaura:aura_bottle_end",
"pages": [
{
"type": "text",
"text": "$(item)Ender Chests$() are great technology for anyone trying to store items safely, however, they don't provide easy means of $(thing)transportation$() for said items. For this, the $(item)Ender Crate$() is perfect: Two or more of these crates which are linked together share the same inventory, even inter-dimensionally, meaning that they create the possibility of easily transporting items around."
},
{
"type": "text",
"text": "Of course, some $(aura) is required for each interaction that takes place with the crate.$(br)To link one or more crates, they have to be given an $(item)Ender Name$() by placing them in an $(thing)anvil$() with an $(item)Ender Eye$() and then writing down the desired name.$(br)If the worry exists that other people might call their crates the same name, any name can be $(thing)locked$() from being given simply by placing a $(l:practices/offering#terror)Token of Terror$() inside a crate with that name."
},
{
"type": "crafting",
"text": "Creating the $(item)Ender Crate$()",
"recipe": "naturesaura:ender_crate"
}
]
}