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

17 lines
809 B
JSON

{
"name": "Corporeal Eye",
"icon": "naturesaura:animal_container",
"category": "naturesaura:devices",
"advancement": "naturesaura:eye",
"pages": [
{
"type": "text",
"text": "Sometimes, as a farmer, one wants their $(thing)animals$() to be contained in a small area as to prevent them from running away.$(br)The $(item)Corporeal Eye$() prevents any animals from exiting its area of effect without needing any blocks around it. Its $(thing)range$() for this containment is determined by the $(thing)redstone signal$() applied to it - the stronger it is, the bigger the area."
},
{
"type": "crafting",
"text": "Creating the $(item)Corporeal Eye$()",
"recipe": "naturesaura:animal_container"
}
]
}