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

17 lines
858 B
JSON
Raw Normal View History

2018-11-05 22:37:40 +01:00
{
"name": "Hopper Enhancement",
"icon": "naturesaura:hopper_upgrade",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:using",
2018-11-05 22:37:40 +01:00
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "Collecting items using $(item)Hoppers$() is useful, but sometimes, it can be inconvenient, especially if given a big area that one has to collect items in. For that, the $(item)Hopper Enhancement$() will be a help: By simply placing it on top of any $(item)Hopper$(), it will increase its range of picking up items drastically by about $(thing)seven$() blocks.$(br)When collecting an item, it then uses a small amount of $(aura)."
},
{
"type": "crafting",
"text": "Creating the $(item)Hopper Enhancement$()",
"recipe": "naturesaura:hopper_upgrade"
}
]
}