返回首页
配方zy_croptopia

刀配方

zy_croptopia:knife_shaped

有序合成,产出 zy_croptopia:knife

配方

stick
stick
类型
有序合成
布局
工作台 3x3
产出
产物预览
knife
标签
工作台

组件摘要

{
  "recipe": {
    "id": "zy_croptopia:knife_shaped",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:stick",
      "minecraft:iron_ingot"
    ],
    "outputIds": [
      "zy_croptopia:knife"
    ],
    "pattern": [
      " #",
      "i "
    ],
    "grid": [
      null,
      "minecraft:iron_ingot",
      "minecraft:stick",
      null
    ],
    "ingredients": [
      {
        "slot": "i",
        "count": 1,
        "item": "minecraft:stick"
      },
      {
        "slot": "#",
        "count": 1,
        "item": "minecraft:iron_ingot"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "zy_croptopia:knife"
      }
    ],
    "slots": [
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:knife",
        "rawId": "zy_croptopia:knife",
        "aux": "undefined",
        "count": 1,
        "label": "刀",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}