NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/spawn_lamp.json

17 lines
887 B
JSON
Raw Normal View History

2018-11-24 15:06:18 +01:00
{
"name": "Lamp of Sanctuary",
"icon": "naturesaura:spawn_lamp",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:using",
2018-12-02 00:20:01 +01:00
"advancement": "naturesaura:aura_bottle_end",
2018-11-24 15:06:18 +01:00
"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"
}
]
}