NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/collecting/aura_bottle.json

22 lines
1.5 KiB
JSON
Raw Normal View History

2018-11-08 13:50:45 +01:00
{
"name": "Aura Bottling",
"icon": "naturesaura:aura_bottle{stored_type:'naturesaura:overworld'}",
2018-11-08 13:50:45 +01:00
"category": "collecting",
"advancement": "naturesaura:wood_stand",
2018-11-08 13:50:45 +01:00
"pages": [
{
"type": "text",
"text": "$(aura) and its presence in the world has been a conundrum to researchers for decades. As such, they needed a way to better be able to analyze it, which is why $(item)Bottles$() were invented.$(br)While this might not be the full story of their conception, they can still be used to collect $(aura) in its purest form by simply interacting with the air directly while holding one in your hand."
},
{
"type": "spotlight",
"item": "naturesaura:aura_bottle{stored_type:'naturesaura:overworld'}",
"link_recipe": true,
2018-11-08 13:50:45 +01:00
"text": "Of course, based on the world that you are currently in, the type of $(aura) collected will slightly vary. For instance, in the normal world, $(aura) can be gathered in the form of sunlight, while in the Nether realm, $(aura) can be gathered in the form of ghosts."
},
{
"type": "text",
"text": "Additionally, the collection of $(aura) in this manner can be automated easily using $(item)Dispensers$(): Putting empty bottles into them will cause them to be shot out with the cork slightly unscrewed, making them fill up with $(aura) in the process. As they are not sucked up by the Dispenser again afterwards, an additional tool like a $(item)Hopper$() is required."
2018-11-08 13:50:45 +01:00
}
]
}