返回首页
配方drawers_nullgr

drawer key配方

drawers_nullgr:recipe

有序合成,产出 drawers_nullgr:drawer_key

配方

gold_nugget
gold_ingot
upgrade_template
upgrade_template
类型
有序合成
布局
工作台 3x3
产出
drawer key
产物预览
drawer_key
标签
工作台

组件摘要

{
  "recipe": {
    "id": "drawers_nullgr:recipe",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:gold_nugget",
      "minecraft:gold_ingot",
      "drawers_nullgr:upgrade_template"
    ],
    "outputIds": [
      "drawers_nullgr:drawer_key"
    ],
    "pattern": [
      "AC",
      " C",
      " D"
    ],
    "grid": [
      "minecraft:gold_nugget",
      "minecraft:gold_ingot",
      null,
      "minecraft:gold_ingot",
      null,
      "drawers_nullgr:upgrade_template"
    ],
    "ingredients": [
      {
        "slot": "A",
        "data": 0,
        "item": "minecraft:gold_nugget"
      },
      {
        "slot": "C",
        "data": 0,
        "item": "minecraft:gold_ingot"
      },
      {
        "slot": "D",
        "data": 0,
        "item": "drawers_nullgr:upgrade_template"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "drawers_nullgr:drawer_key"
      }
    ],
    "slots": [
      {
        "id": "minecraft:gold_nugget",
        "rawId": "minecraft:gold_nugget",
        "aux": "undefined",
        "count": 1,
        "label": "gold nugget",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:gold_ingot",
        "rawId": "minecraft:gold_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "gold ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:gold_ingot",
        "rawId": "minecraft:gold_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "gold ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "drawers_nullgr:upgrade_template",
        "rawId": "drawers_nullgr:upgrade_template",
        "aux": "undefined",
        "count": 1,
        "label": "upgrade template",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "drawers_nullgr:drawer_key",
        "rawId": "drawers_nullgr:drawer_key",
        "aux": "undefined",
        "count": 1,
        "label": "drawer key",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}