NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/using/spawn_lamp.json
kappa-maintainer 203d664291
Update Chinese translation (#209)
* Update Chinese translation

* Use proper macro
2021-05-22 19:47:08 +02:00

18 lines
781 B
JSON

{
"name": "圣域之灯",
"icon": "naturesaura:spawn_lamp",
"category": "using",
"advancement": "naturesaura:aura_bottle_end",
"pages": [
{
"type": "text",
"text": "$(item)圣域之灯$()除了能作为不错的装饰,还有另一个非常实用的功能:在通入$(thing)红石信号$()时,它会使附近最多 48 格内的任何怪物$(thing)停止出现$(),不管光照等级是多少。其中,红石信号的强度决定了影响的范围。每次一个怪物的出现被停止,都会消耗少量$(aura-zh-cn)。"
},
{
"type": "crafting",
"text": "制作$(item)圣域之灯$()$(p)$(italic)防怪之灯$()",
"recipe": "naturesaura:spawn_lamp"
}
]
}