返回上一级
配方stack_burger_nullgr

kitchen knife配方

stack_burger_nullgr:kitchen_knife_diag_left

有序合成,产出 stack_burger_nullgr:kitchen_knife

概述

有序合成,产出 stack_burger_nullgr:kitchen_knife

资料类型
配方
命名空间
stack_burger_nullgr
所属模组
t-p2uhwm9
关联资料
1 条
配方有序合成工作台

用途与获取

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

关联知识

数据来源

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

配方

iron_nugget
iron_nugget
stick
类型
有序合成
布局
工作台 3x3
产出
kitchen knife
产物预览
kitchen_knife
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "stack_burger_nullgr:kitchen_knife_diag_left",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:stick",
      "minecraft:iron_nugget"
    ],
    "outputIds": [
      "stack_burger_nullgr:kitchen_knife"
    ],
    "pattern": [
      "B  ",
      " B ",
      "  A"
    ],
    "grid": [
      "minecraft:iron_nugget",
      null,
      null,
      null,
      "minecraft:iron_nugget",
      null,
      null,
      null,
      "minecraft:stick"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:stick"
      },
      {
        "slot": "B",
        "item": "minecraft:iron_nugget"
      }
    ],
    "results": [
      {
        "item": "stack_burger_nullgr:kitchen_knife"
      }
    ],
    "slots": [
      {
        "id": "minecraft:iron_nugget",
        "rawId": "minecraft:iron_nugget",
        "aux": "undefined",
        "count": 1,
        "label": "iron nugget",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_nugget",
        "rawId": "minecraft:iron_nugget",
        "aux": "undefined",
        "count": 1,
        "label": "iron nugget",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "stack_burger_nullgr:kitchen_knife",
        "rawId": "stack_burger_nullgr:kitchen_knife",
        "aux": "undefined",
        "count": 1,
        "label": "kitchen knife",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}