配方dumpling_delight_nullgr
实木盘子配方
dumpling_delight_nullgr:wood_plate
有序合成,产出 dumpling_delight_nullgr:wood_plate
概述
有序合成,产出 dumpling_delight_nullgr:wood_plate
- 资料类型
- 配方
- 命名空间
- dumpling_delight_nullgr
- 所属模组
- dumpling-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:实木盘子。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- DumplingDelight_BP/netease_recipes/dumpling_delight_nullgr_wood_plate.json
- 条目 ID
- dumpling_delight_nullgr:wood_plate
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
wooden_slab
wooden_slab
wooden_slab
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 实木盘子
- 产物预览
3- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "dumpling_delight_nullgr:wood_plate",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:wooden_slab"
],
"outputIds": [
"dumpling_delight_nullgr:wood_plate"
],
"pattern": [
"C C",
" C "
],
"grid": [
"minecraft:wooden_slab",
null,
"minecraft:wooden_slab",
null,
"minecraft:wooden_slab",
null
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:wooden_slab"
}
],
"results": [
{
"count": 3,
"item": "dumpling_delight_nullgr:wood_plate",
"data": 0
}
],
"slots": [
{
"id": "minecraft:wooden_slab",
"rawId": "minecraft:wooden_slab",
"aux": "undefined",
"count": 1,
"label": "wooden slab",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:wooden_slab",
"rawId": "minecraft:wooden_slab",
"aux": "undefined",
"count": 1,
"label": "wooden slab",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:wooden_slab",
"rawId": "minecraft:wooden_slab",
"aux": "undefined",
"count": 1,
"label": "wooden slab",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "dumpling_delight_nullgr:wood_plate",
"rawId": "dumpling_delight_nullgr:wood_plate",
"aux": "undefined",
"count": 3,
"label": "实木盘子",
"iconUrl": "/api/assets/local-farmer-delight-46in1/DumplingDelight_RP/textures/blocks/dumpling/dumpling.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}