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

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

17 lines
875 B
JSON

{
"name": "Lamp of Sanctuary",
"icon": "naturesaura:spawn_lamp",
"category": "using",
"advancement": "naturesaura:aura_bottle_end",
"pages": [
{
"type": "text",
"text": "The $(item)Lamp of Sanctuary$(), while being a great decorational piece, also has another very useful function: When supplied with a $(thing)redstone signal$(), it will cause any monsters in an area of up to about 48 blocks around it to $(thing)stop appearing$() altogether, no matter the light level. For this, the strength of the redstone signal determines the range. Every time a monster is ceased, a small amount of $(aura) is used."
},
{
"type": "crafting",
"text": "Creating the $(item)Lamp of Sanctuary$()$(p)$(italic)Mobproofius Lampus$()",
"recipe": "naturesaura:spawn_lamp"
}
]
}