数据驱动 >
方块 > minecraft:crafting_table
minecraft:crafting_table用于设置一个方块的合成功能,类似于工作台。该组件仅支持有序配方和无序配方。
object "minecraft:crafting_table" : opt
{
string "table_name"
array "crafting_tags"[0,64]
{
string "<any array element>"
}
}
- minecraft:crafting_table:根对象。
- *table_name:定义合成界面显示的标题。
- *crafting_tags:定义合成配方的标签,最多64个元素。定义的标签将用于配方JSON文件中确定该配方可用的范围。
"minecraft:crafting_table": {
"table_name": "Example Name",
"crafting_tags": [
"crafting_table",
"custom_tag"
]
}
关于“minecraft:crafting_table”的漏洞在国际版中由漏洞追踪器维护,请在此报告漏洞。