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

17 lines
830 B
JSON

{
"name": "Item Grounder",
"icon": "naturesaura:pickup_stopper",
"category": "naturesaura:devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "A lot of mechanisms require the use of dropped $(thing)items$() in the world, which can easily be picked up by people inspecting the mechanism on accident.$(br)The $(item)Item Grounder$() causes items in the area to only be picked up by anyone if they're sneaking. Its area of effect ranges from 0 to 8 blocks around it and is determined, relatively, by the strength of the $(thing)redstone signal$() applied."
},
{
"type": "crafting",
"text": "Creating the $(item)Item Grounder$()",
"recipe": "naturesaura:pickup_stopper"
}
]
}