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

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

18 lines
764 B
JSON

{
"name": "灵气探测器",
"icon": "naturesaura:aura_detector",
"category": "devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "在与$(aura-zh-cn)打交道时,无需亲自到达现场就能知道当地的$(aura-zh-cn)水平是很有益的。只要给$(item)灵气探测器$()接上一个$(item)比较器$(),它就会根据周围的灵气存量输出$(thing)红石$()信号。在这方面,它的显示范围类似于$(l:items/eye)环境之眼$()的显示范围。"
},
{
"type": "crafting",
"text": "制作 $(item)灵气探测器$()",
"recipe": "naturesaura:aura_detector"
}
]
}