返回上一级
配方farmer_delight_nullgr

black dye配方

farmer_delight_nullgr:black_dye_tag

有序合成,产出 minecraft:black_dye

配方

white_dye
类型
有序合成
布局
工作台 3x3
产出
black dye
产物预览
black_dye2
标签
工作台

组件摘要

{
  "recipe": {
    "id": "farmer_delight_nullgr:black_dye_tag",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:white_dye"
    ],
    "outputIds": [
      "minecraft:black_dye"
    ],
    "pattern": [
      "AB"
    ],
    "grid": [
      null,
      "minecraft:white_dye"
    ],
    "ingredients": [
      {
        "slot": "A",
        "tag": "black_dye_ingredient"
      },
      {
        "slot": "B",
        "data": 0,
        "item": "minecraft:white_dye"
      }
    ],
    "results": [
      {
        "count": 2,
        "data": 0,
        "item": "minecraft:black_dye"
      }
    ],
    "slots": [
      {
        "id": "minecraft:white_dye",
        "rawId": "minecraft:white_dye",
        "aux": "undefined",
        "count": 1,
        "label": "white dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "minecraft:black_dye",
        "rawId": "minecraft:black_dye",
        "aux": "undefined",
        "count": 2,
        "label": "black dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}