
配方barbecue_delight_nullgr
生鳕鱼串配方
barbecue_delight_nullgr:cod_skewer
有序合成,产出 barbecue_delight_nullgr:cod_skewer
概述
有序合成,产出 barbecue_delight_nullgr:cod_skewer
- 资料类型
- 配方
- 命名空间
- barbecue_delight_nullgr
- 所属模组
- w-toolmrb
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:生鳕鱼串。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_wTOOLMRb/netease_recipes/barbecue_delight_nullgr_cod_skewer.json
- 条目 ID
- barbecue_delight_nullgr:cod_skewer
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
cod
stick
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 生鳕鱼串
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "barbecue_delight_nullgr:cod_skewer",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:cod",
"minecraft:stick"
],
"outputIds": [
"barbecue_delight_nullgr:cod_skewer"
],
"pattern": [
"A",
"B"
],
"grid": [
"minecraft:cod",
"minecraft:stick"
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:cod",
"data": 0
},
{
"slot": "B",
"item": "minecraft:stick",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "barbecue_delight_nullgr:cod_skewer",
"data": 0
}
],
"slots": [
{
"id": "minecraft:cod",
"rawId": "minecraft:cod",
"aux": "undefined",
"count": 1,
"label": "cod",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "barbecue_delight_nullgr:cod_skewer",
"rawId": "barbecue_delight_nullgr:cod_skewer",
"aux": "undefined",
"count": 1,
"label": "生鳕鱼串",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_z60KykF7/textures/items/bbq/cod_skewer.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}