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

17 lines
853 B
JSON

{
"name": "Mystical Magnifier",
"icon": "naturesaura:range_visualizer",
"category": "naturesaura: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"
}
]
}