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

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

18 lines
742 B
JSON

{
"name": "沼泽之霍米",
"icon": "naturesaura:moss_generator",
"category": "creating",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "天然$(aura-zh-cn)的一种绝佳来源是覆盖在方块上的$(thing)青苔$()。这笔财富可以以$(item)沼泽之霍米$()的形式利用:它会移除周围任何方块上的青苔,留下没有青苔的方块。每这样移除一次青苔,它就会产生一点$(aura-zh-cn)并将其散播到环境中。"
},
{
"type": "crafting",
"recipe": "naturesaura:moss_generator",
"text": "制造$(item)沼泽之霍米$()"
}
]
}