返回上一级
浆果三明治配方
配方vintage_delight_nullgr

浆果三明治配方

vintage_delight_nullgr:PB_J

有序合成,产出 vintage_delight_nullgr:pb_j

概述

有序合成,产出 vintage_delight_nullgr:pb_j

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:浆果三明治。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

黯紫浆果
sweet_berries
bread
bread
类型
有序合成
布局
工作台 3x3
产出
浆果三明治
产物预览
浆果三明治
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "vintage_delight_nullgr:PB_J",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "vintage_delight_nullgr:gearo_berry",
      "minecraft:sweet_berries",
      "minecraft:bread",
      "vintage_delight_nullgr:pickled_onion"
    ],
    "outputIds": [
      "vintage_delight_nullgr:pb_j"
    ],
    "pattern": [
      "ABC",
      "DE "
    ],
    "grid": [
      "vintage_delight_nullgr:gearo_berry",
      "minecraft:sweet_berries",
      null,
      "vintage_delight_nullgr:pickled_onion",
      "minecraft:bread",
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "vintage_delight_nullgr:gearo_berry",
        "data": 0
      },
      {
        "slot": "C",
        "tag": "cheese",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:sweet_berries",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:bread",
        "data": 0
      },
      {
        "slot": "D",
        "item": "vintage_delight_nullgr:pickled_onion",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "vintage_delight_nullgr:pb_j",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "vintage_delight_nullgr:gearo_berry",
        "rawId": "vintage_delight_nullgr:gearo_berry",
        "aux": "undefined",
        "count": 1,
        "label": "黯紫浆果",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/gearo_berry.png",
        "refType": "item"
      },
      {
        "id": "minecraft:sweet_berries",
        "rawId": "minecraft:sweet_berries",
        "aux": "undefined",
        "count": 1,
        "label": "sweet berries",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "vintage_delight_nullgr:pickled_onion",
        "rawId": "vintage_delight_nullgr:pickled_onion",
        "aux": "undefined",
        "count": 1,
        "label": "腌洋葱",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/pickled_onion.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bread",
        "rawId": "minecraft:bread",
        "aux": "undefined",
        "count": 1,
        "label": "bread",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "vintage_delight_nullgr:pb_j",
        "rawId": "vintage_delight_nullgr:pb_j",
        "aux": "undefined",
        "count": 1,
        "label": "浆果三明治",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/pb_j.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}