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

26 lines
1.6 KiB
JSON

{
"name": "Automatic Constructor",
"icon": "naturesaura:auto_crafter",
"category": "naturesaura:devices",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "A big part of any botanist's life is the $(thing)construction$() of items, specifically in a $(item)Crafting Table$(). This, however, can easily become tedious and time consuming, especially for recipes that are created and used on a regular basis. For this, the $(item)Automatic Constructor$() comes in handy: It will create, without the help of anyone required, any item that can regularly be made by crafting."
},
{
"type": "text",
"text": "To achieve this, first, the $(thing)structure$() on the following page has to be constructed with the $(item)Automatic Constructor$() in the center. When placed, the facing of the arrow indicates the $(thing)top of the recipe$(), as if pointing to the uppermost row of slots in a $(item)Crafting Table$(). The required ingredients then have to be dropped on the $(item)Ancient Logs$() in their normal configuration. Once in place, after a couple of seconds, the resulting item will drop out of $(thing)the bottom$() of the $(item)Automatic Constructor$()."
},
{
"type": "multiblock",
"multiblock_id": "naturesaura:auto_crafter",
"text": "Creating the structure required for the automatic crafting process"
},
{
"type": "crafting",
"text": "Creating the $(item)Automatic Constructor$()",
"recipe": "naturesaura:auto_crafter"
}
]
}