NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/creating/oak_generator.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

21 lines
992 B
JSON

{
"name": "树冠减光器",
"icon": "naturesaura:oak_generator",
"category": "creating",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "显然,当一个人和树打交道的时间足够长,总会发现一个问题: 一个$(item)橡树苗$()长成$(thing)大树$(),变得既难看又难以砍伐.$(br)$(item)树冠减光器$()解决了这个问题:$(br)在种有橡树的最多10格以内的地方放置此设备, 就会使得"
},
{
"type": "text",
"text": "树苗只长成通常大小.$(br)在此过程中, 长成大树的那部分额外的$(#419600)灵气$()就会被释放到环境中.$(p)显然,利用它的最好地方是在自动$(thing)林场$()中."
},
{
"type": "crafting",
"recipe": "naturesaura:oak_generator",
"text": "制造$(item)树冠减光器$()"
}
]
}