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

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

18 lines
770 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"
}
]
}