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

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

18 lines
729 B
JSON

{
"name": "烈焰之眼",
"icon": "naturesaura:fortress_finder",
"category": "items",
"advancement": "naturesaura:aura_bottle_nether",
"pages": [
{
"type": "text",
"text": "如果一个人想找到$(thing)要塞$(),他可以借助$(item)末影之眼$()的能力,也就是掷出后,缓慢朝着最近的指定结构移动,并以此指出前往的方向。在$(item)烈焰之眼$()上可以观察到类似的行为,但是与寻找要塞不同,它会定位最近的$(thing)下界要塞$()。"
},
{
"type": "crafting",
"text": "制作$(item)烈焰之眼$()",
"recipe": "naturesaura:fortress_finder"
}
]
}