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

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

22 lines
969 B
JSON

{
"name": "猩红粉末",
"icon": "naturesaura:crimson_meal",
"category": "items",
"advancement": "naturesaura:aura_bottle_nether",
"pages": [
{
"type": "text",
"text": "大多数时候,$(item)骨粉$()都能起到它该起的作用:对植物施肥,使其生长速度大大加快。然而,当来到$(thing)下界$()维度时,简单的骨粉不再所向披靡。$(br)这个问题,可以通过使用$(item)猩红粉末$()轻松避免。$(br)这种物质不但会使任何$(item)下界疣$()类植物以类似骨粉的方式生长得更快,"
},
{
"type": "text",
"text": "还会使完全成熟的$(item)下界疣$()变成可收获的巨大$(thing)下界疣蘑菇$(),从而使产量更高。"
},
{
"type": "crafting",
"text": "制作$(item)猩红粉末$()",
"recipe": "naturesaura:crimson_meal"
}
]
}