NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/devices/pickup_stopper.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
695 B
JSON

{
"name": "物品束缚器",
"icon": "naturesaura:pickup_stopper",
"category": "devices",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "很多的机器都需要使用掉落在地上的$(thing)物品$(), 但这些物品总是会被不小心捡起来.$(br)$(item)物品束缚器$()可以使得物品只能在潜行的时候才能被捡起. 它的影响范围是0到8格, 由输入的$(thing)红石信$()决定 ."
},
{
"type": "crafting",
"text": "制作$(item)物品束缚器$()",
"recipe": "naturesaura:pickup_stopper"
}
]
}