NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/placer.json

21 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "Imperceptible Builder",
"icon": "naturesaura:placer",
"category": "using",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "A lot of activities require a person to be around, most of them for $(thing)placing$() blocks into the world. This, really, is a waste of personell in a time where $(aura) can work in its place. The $(item)Imperceptible Builder$() will place any blocks you supply it with for a small amount of $(aura) in return.$(p)The builder gathers the blocks for placement from a $(item)Chest$() placed on top of it."
},
{
"type": "text",
"text": "To specify which blocks it should then place them on, one needs to hang up an $(item)Item Frame$() on the builder and put the desired block inside of it. It will then place the blocks from the chest in an area of about $(thing)five blocks$().$(p)As an example, placing a piece of cobblestone into the frame and a stack of wooden planks into the chest will cause the planks to be placed on top of any cobblestone close by."
},
{
"type": "crafting",
"text": "Creating the $(item)Imperceptible Builder$()",
"recipe": "naturesaura:placer"
}
]
}