NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/devices/animal_container.json

17 lines
809 B
JSON
Raw Normal View History

2020-02-02 19:43:40 +01:00
{
"name": "Corporeal Eye",
"icon": "naturesaura:animal_container",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:devices",
2020-02-02 19:43:40 +01:00
"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"
}
]
}