返回上一级
大葱配方
配方dumpling_delight_nullgr

大葱配方

dumpling_delight_nullgr:greenonion2

有序合成,产出 dumpling_delight_nullgr:greenonion

概述

有序合成,产出 dumpling_delight_nullgr:greenonion

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:大葱。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

箱装大葱
类型
有序合成
布局
工作台 3x3
产出
大葱
产物预览
大葱9
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "dumpling_delight_nullgr:greenonion2",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "dumpling_delight_nullgr:greenonion_crate"
    ],
    "outputIds": [
      "dumpling_delight_nullgr:greenonion"
    ],
    "pattern": [
      "A"
    ],
    "grid": [
      "dumpling_delight_nullgr:greenonion_crate"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "dumpling_delight_nullgr:greenonion_crate"
      }
    ],
    "results": [
      {
        "count": 9,
        "item": "dumpling_delight_nullgr:greenonion",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "dumpling_delight_nullgr:greenonion_crate",
        "rawId": "dumpling_delight_nullgr:greenonion_crate",
        "aux": "undefined",
        "count": 1,
        "label": "箱装大葱",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/DumplingDelight_RP/textures/blocks/dumpling/greenonion_crate_top.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "dumpling_delight_nullgr:greenonion",
        "rawId": "dumpling_delight_nullgr:greenonion",
        "aux": "undefined",
        "count": 9,
        "label": "大葱",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/DumplingDelight_RP/textures/items/dumpling/greenonion.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}