NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/fr_fr/entries/devices/animal_container.json
Debucquoy Anthony tonitch f7fdc00f4b
French (#103)
* French Base

* Translate every items
2020-04-04 23:22:52 +02:00

17 lines
797 B
JSON

{
"name": "Corporeal Eye",
"icon": "naturesaura:animal_container",
"category": "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"
}
]
}