返回上一级
蔬菜三明治配方
配方letsdobakey_nullgr

蔬菜三明治配方

letsdobakey_nullgr:vegetable_sandwich

有序合成,产出 letsdobakey_nullgr:vegetable_sandwich

概述

有序合成,产出 letsdobakey_nullgr:vegetable_sandwich

资料类型
配方
命名空间
letsdobakey_nullgr
所属模组
lets-do-bakey
关联资料
1 条
配方有序合成工作台

用途与获取

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

关联知识

数据来源

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

配方

bread
carrot
beetroot
类型
有序合成
布局
工作台 3x3
产出
蔬菜三明治
产物预览
蔬菜三明治
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "letsdobakey_nullgr:vegetable_sandwich",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:bread",
      "minecraft:beetroot",
      "minecraft:carrot"
    ],
    "outputIds": [
      "letsdobakey_nullgr:vegetable_sandwich"
    ],
    "pattern": [
      "ABC"
    ],
    "grid": [
      "minecraft:bread",
      "minecraft:carrot",
      "minecraft:beetroot"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:bread",
        "data": 0
      },
      {
        "slot": "C",
        "item": "minecraft:beetroot",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:carrot",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "letsdobakey_nullgr:vegetable_sandwich",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:bread",
        "rawId": "minecraft:bread",
        "aux": "undefined",
        "count": 1,
        "label": "bread",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:beetroot",
        "rawId": "minecraft:beetroot",
        "aux": "undefined",
        "count": 1,
        "label": "beetroot",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "letsdobakey_nullgr:vegetable_sandwich",
        "rawId": "letsdobakey_nullgr:vegetable_sandwich",
        "aux": "undefined",
        "count": 1,
        "label": "蔬菜三明治",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/LetsDoBakey_RP/textures/items/letsbaking/vegetable_sandwich.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}