NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/devices/aura_detector.json
croteco b40bed2447
add Chinese translation to the guide book (#97)
* Add files via upload

* Update zh_cn.json
2020-03-27 20:27:26 +01:00

17 lines
702 B
JSON

{
"name": "灵气探测器",
"icon": "naturesaura:aura_detector",
"category": "devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "当在鼓捣$(#419600)灵气$()的时候, 有时候不亲自去确认周围灵气水平会比较方便. $(item)灵气探测器$()接上$(item)比较器$()后会根据周围的灵气水平给出$(thing)红石$()信号. 因此它的显示范围和$(l:items/eye)环境之眼$()相当."
},
{
"type": "crafting",
"text": "制作 $(item)灵气探测器$()",
"recipe": "naturesaura:aura_detector"
}
]
}