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

17 lines
667 B
JSON

{
"name": "沼泽之霍米",
"icon": "naturesaura:moss_generator",
"category": "creating",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "天然$(#419600)灵气$()的一个很好的来源是覆盖在方块上的$(thing)青苔$(). 这笔财富可以为$(item)沼泽之霍米$()所用: 它会移除周围任何方块上的青苔, 以此产出$(#419600)灵气$()并释放到环境中."
},
{
"type": "crafting",
"recipe": "naturesaura:moss_generator",
"text": "制造 $(item)沼泽之霍米$()"
}
]
}