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

21 lines
1.4 KiB
JSON

{
"name": "Item Distributor",
"icon": "naturesaura:item_distributor",
"category": "naturesaura:devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "In a time long past, non-botanic scientists had created an actual addition to the world: The $(item)Item Distributor$(). Yet back in the day, its state was far less than functioning, but $(aura) turned this around by infusing the materials with the required power to move items by a designated pattern.$(br)The $(item)Item Distributor$() will take any items from containers that are placed $(thing)on top$() of it and"
},
{
"type": "text",
"text": "distribute them $(thing)equally$() throughout all of the containers that are placed $(thing)on the sides$() of it. Additionally, when having an $(l:items/eye)Environmental Eye$() equipped, the distributor is able to be switched into $(thing)random mode$() simply by sneaking and interacting with it. Following this action, items will not be distributed into the inventories equally, but randomly. This can be useful, for example, for redstone contraptions that require randomness."
},
{
"type": "crafting",
"text": "Creating the $(item)Item Distributor$()",
"recipe": "naturesaura:item_distributor"
}
]
}