返回上一级
配方exquisite_kitchen_nullgr

煮锅配方

exquisite_kitchen_nullgr:pot

有序合成,产出 exquisite_kitchen_nullgr:pot

概述

有序合成,产出 exquisite_kitchen_nullgr:pot

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

用途与获取

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

关联知识

数据来源

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

配方

clay_ball
iron_ingot
iron_ingot
iron_ingot
iron_ingot
iron_ingot
iron_ingot
类型
有序合成
布局
工作台 3x3
产出
煮锅
产物预览
煮锅
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "exquisite_kitchen_nullgr:pot",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:clay_ball",
      "minecraft:iron_ingot"
    ],
    "outputIds": [
      "exquisite_kitchen_nullgr:pot"
    ],
    "pattern": [
      "B B",
      "G G",
      "GGG"
    ],
    "grid": [
      "minecraft:clay_ball",
      null,
      "minecraft:clay_ball",
      "minecraft:iron_ingot",
      null,
      "minecraft:iron_ingot",
      "minecraft:iron_ingot",
      "minecraft:iron_ingot",
      "minecraft:iron_ingot"
    ],
    "ingredients": [
      {
        "slot": "B",
        "item": "minecraft:clay_ball",
        "data": 0
      },
      {
        "slot": "G",
        "item": "minecraft:iron_ingot",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "exquisite_kitchen_nullgr:pot",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:clay_ball",
        "rawId": "minecraft:clay_ball",
        "aux": "undefined",
        "count": 1,
        "label": "clay ball",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:clay_ball",
        "rawId": "minecraft:clay_ball",
        "aux": "undefined",
        "count": 1,
        "label": "clay ball",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "exquisite_kitchen_nullgr:pot",
        "rawId": "exquisite_kitchen_nullgr:pot",
        "aux": "undefined",
        "count": 1,
        "label": "煮锅",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/MMCooking_RP/textures/blocks/mmcooking/custom_brah.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}