返回首页
配方farmer_delight_nullgr

cyan dye配方

farmer_delight_nullgr:cyan_dye_tag

有序合成,产出 minecraft:cyan_dye

配方

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

组件摘要

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