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

17 lines
887 B
JSON

{
"name": "Lamp of Sanctuary",
"icon": "naturesaura:spawn_lamp",
"category": "naturesaura: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"
}
]
}