NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/devices/powder_placer.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
779 B
JSON

{
"name": "粉末操纵者",
"icon": "naturesaura:powder_placer",
"category": "devices",
"advancement": "naturesaura:positive_imbalance",
"pages": [
{
"type": "text",
"text": "$(l:effects/effect_powder)效应粉末$()在约束或制造特定的$(thing)灵气失衡$()效果的时候十分有用. 对此, $(item)粉末操纵者$()起到了极大的作用: 在靠近它任意一面的箱子中放入$(item)效应粉末$(), 当它收到$(thing)红石脉冲$()的时候就会放置粉末."
},
{
"type": "crafting",
"text": "类似的, 它受到了另一个脉冲就会将放在顶部的粉末收入箱子.",
"recipe": "naturesaura:powder_placer"
}
]
}