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

17 lines
835 B
JSON

{
"name": "Aura Detector",
"icon": "naturesaura:aura_detector",
"category": "naturesaura:devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "When working with $(aura), sometimes it can be beneficial to know about its levels in an area without having to be there to check in person. The $(item)Aura Detector$() gives out a $(thing)redstone$() signal based on the amount of $(aura) in the close vicinity around it, so long as you attach a $(item)Comparator$() to it. For that, its range of display is similar to that of the $(l:items/eye)Environmental Eye$()."
},
{
"type": "crafting",
"text": "Creating the $(item)Aura Detector$()",
"recipe": "naturesaura:aura_detector"
}
]
}