NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/range_visualizer.json
2020-01-21 23:54:01 +01:00

17 lines
841 B
JSON

{
"name": "Mystical Magnifier",
"icon": "naturesaura:range_visualizer",
"category": "items",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "The $(item)Mystical Magnifier$() is a $(t:is a mod by vazkii)neat$() device for any magical botanist working with machinery. When equipped in either hand, and interacting with a compatible device, its $(thing)range of operation$() will be displayed around it, allowing any contraptions built with it to be inspected easily and precisely. To stop a device from displaying its range, simply interact with it a second time."
},
{
"type": "crafting",
"text": "Creating the $(item)Mystical Magnifier$()",
"recipe": "naturesaura:range_visualizer"
}
]
}