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

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "ocean_delight_nullgr:stuffed_cod",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:cod",
"farmer_delight_nullgr:cabbage_leaf",
"farmer_delight_nullgr:onion"
],
"outputIds": [
"ocean_delight_nullgr:stuffed_cod"
],
"pattern": [
"AB",
"C "
],
"grid": [
"minecraft:cod",
"farmer_delight_nullgr:onion",
"farmer_delight_nullgr:cabbage_leaf",
null
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:cod",
"data": 0
},
{
"slot": "C",
"item": "farmer_delight_nullgr:cabbage_leaf",
"data": 0
},
{
"slot": "B",
"item": "farmer_delight_nullgr:onion",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "ocean_delight_nullgr:stuffed_cod",
"data": 0
}
],
"slots": [
{
"id": "minecraft:cod",
"rawId": "minecraft:cod",
"aux": "undefined",
"count": 1,
"label": "cod",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:onion",
"rawId": "farmer_delight_nullgr:onion",
"aux": "undefined",
"count": 1,
"label": "onion",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:cabbage_leaf",
"rawId": "farmer_delight_nullgr:cabbage_leaf",
"aux": "undefined",
"count": 1,
"label": "cabbage leaf",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "ocean_delight_nullgr:stuffed_cod",
"rawId": "ocean_delight_nullgr:stuffed_cod",
"aux": "undefined",
"count": 1,
"label": "填馅鳕鱼",
"iconUrl": "/api/assets/local-farmer-delight-46in1/Ocean_Delight_RP/textures/items/ocean/stuffed_cod.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}