返回上一级
鱼生拼盘配方
配方collectors_delight_nullgr

鱼生拼盘配方

collectors_delight_nullgr:fish_mix

有序合成,产出 collectors_delight_nullgr:fish_mix

概述

有序合成,产出 collectors_delight_nullgr:fish_mix

资料类型
配方
命名空间
collectors_delight_nullgr
所属模组
collector-delight
关联资料
2 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:鱼生拼盘。
  • 布局:工作台 3x3。

关联知识

数据来源

来源文件
CollectorDelight_BP/netease_recipes/collectors_delight_nullgr_fish_mix.json
条目 ID
collectors_delight_nullgr:fish_mix
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

salmon_slice
cod_slice
生白金鲈鱼片
tomato
cabbage_leaf
onion
bowl
类型
有序合成
布局
工作台 3x3
产出
鱼生拼盘
产物预览
鱼生拼盘
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:fish_mix",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "farmer_delight_nullgr:salmon_slice",
      "collectors_delight_nullgr:platinum_bass_slice",
      "farmer_delight_nullgr:cod_slice",
      "farmer_delight_nullgr:cabbage_leaf",
      "farmer_delight_nullgr:tomato",
      "minecraft:bowl",
      "farmer_delight_nullgr:onion"
    ],
    "outputIds": [
      "collectors_delight_nullgr:fish_mix"
    ],
    "pattern": [
      "ABC",
      "DEF",
      "G  "
    ],
    "grid": [
      "farmer_delight_nullgr:salmon_slice",
      "farmer_delight_nullgr:cod_slice",
      "collectors_delight_nullgr:platinum_bass_slice",
      "farmer_delight_nullgr:tomato",
      "farmer_delight_nullgr:cabbage_leaf",
      "farmer_delight_nullgr:onion",
      "minecraft:bowl",
      null,
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "farmer_delight_nullgr:salmon_slice",
        "data": 0
      },
      {
        "slot": "C",
        "item": "collectors_delight_nullgr:platinum_bass_slice",
        "data": 0
      },
      {
        "slot": "B",
        "item": "farmer_delight_nullgr:cod_slice",
        "data": 0
      },
      {
        "slot": "E",
        "item": "farmer_delight_nullgr:cabbage_leaf",
        "data": 0
      },
      {
        "slot": "D",
        "item": "farmer_delight_nullgr:tomato",
        "data": 0
      },
      {
        "slot": "G",
        "item": "minecraft:bowl",
        "data": 0
      },
      {
        "slot": "F",
        "item": "farmer_delight_nullgr:onion",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "collectors_delight_nullgr:fish_mix",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "farmer_delight_nullgr:salmon_slice",
        "rawId": "farmer_delight_nullgr:salmon_slice",
        "aux": "undefined",
        "count": 1,
        "label": "salmon slice",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "farmer_delight_nullgr:cod_slice",
        "rawId": "farmer_delight_nullgr:cod_slice",
        "aux": "undefined",
        "count": 1,
        "label": "cod slice",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:platinum_bass_slice",
        "rawId": "collectors_delight_nullgr:platinum_bass_slice",
        "aux": "undefined",
        "count": 1,
        "label": "生白金鲈鱼片",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/platinum_bass_slice.png",
        "refType": "item"
      },
      {
        "id": "farmer_delight_nullgr:tomato",
        "rawId": "farmer_delight_nullgr:tomato",
        "aux": "undefined",
        "count": 1,
        "label": "tomato",
        "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"
      },
      {
        "id": "farmer_delight_nullgr:onion",
        "rawId": "farmer_delight_nullgr:onion",
        "aux": "undefined",
        "count": 1,
        "label": "onion",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:bowl",
        "rawId": "minecraft:bowl",
        "aux": "undefined",
        "count": 1,
        "label": "bowl",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:fish_mix",
        "rawId": "collectors_delight_nullgr:fish_mix",
        "aux": "undefined",
        "count": 1,
        "label": "鱼生拼盘",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/fish_mix.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}