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

17 lines
932 B
JSON

{
"name": "Powder Manipulator",
"icon": "naturesaura:powder_placer",
"category": "naturesaura:devices",
"advancement": "naturesaura:positive_imbalance",
"pages": [
{
"type": "text",
"text": "Using $(l:effects/effect_powder)Effect Powder$() can prove to be quite useful when trying to inhibit or start certain $(thing)Aura Imbalance$() effects. The $(item)Powder Manipulator$() helps with this greatly: Placing a chest on any side of it and placing any kind of $(item)Effect Powder$() into it will cause it to, upon receiving a $(thing)redstone pulse$(), place that powder down in the world."
},
{
"type": "crafting",
"text": "Similarly, upon giving it another pulse, it will collect the powder that it has placed on top of it once again and deposit it in a nearby chest.",
"recipe": "naturesaura:powder_placer"
}
]
}