返回上一级
配方letsdobakey_nullgr

蓄水槽配方

letsdobakey_nullgr:kitchen_sink_bottom

有序合成,产出 letsdobakey_nullgr:kitchen_sink_bottom

概述

有序合成,产出 letsdobakey_nullgr:kitchen_sink_bottom

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

用途与获取

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

关联知识

数据来源

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

配方

iron_ingot
brick_block
iron_ingot
brick_block
brick_block
brick_block
brick_block
brick_block
类型
有序合成
布局
工作台 3x3
产出
蓄水槽
产物预览
蓄水槽
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "letsdobakey_nullgr:kitchen_sink_bottom",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:brick_block",
      "minecraft:iron_ingot"
    ],
    "outputIds": [
      "letsdobakey_nullgr:kitchen_sink_bottom"
    ],
    "pattern": [
      "D D",
      "HDH",
      "HHH"
    ],
    "grid": [
      "minecraft:iron_ingot",
      null,
      "minecraft:iron_ingot",
      "minecraft:brick_block",
      "minecraft:iron_ingot",
      "minecraft:brick_block",
      "minecraft:brick_block",
      "minecraft:brick_block",
      "minecraft:brick_block"
    ],
    "ingredients": [
      {
        "slot": "H",
        "item": "minecraft:brick_block"
      },
      {
        "slot": "D",
        "item": "minecraft:iron_ingot"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "letsdobakey_nullgr:kitchen_sink_bottom",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "letsdobakey_nullgr:kitchen_sink_bottom",
        "rawId": "letsdobakey_nullgr:kitchen_sink_bottom",
        "aux": "undefined",
        "count": 1,
        "label": "蓄水槽",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/LetsDoBakey_RP/textures/blocks/letsbaking/custom_brah.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}