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

26 lines
1.7 KiB
JSON

{
"name": "Imperceptible Builder",
"icon": "naturesaura:placer",
"category": "naturesaura: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.$(br)The builder gathers the blocks for placement from any $(thing)item container$() 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$().$(br)As an example, placing a piece of cobblestone into the frame and a stack of planks into the chest will cause the planks to be placed on top of any cobblestone close by.$(p)Supplying a redstone signal will disable the placing."
},
{
"type": "crafting",
"text": "Creating the $(item)Imperceptible Builder$()",
"recipe": "naturesaura:placer"
},
{
"type": "crafting",
"text": "The $(item)Farming Stencil$() can be used with the builder to allow it to place things on $(item)Farmland$(). Just place it in one of the item frames like you would with a normal block.",
"recipe": "naturesaura:farming_stencil"
}
]
}