返回上一级
配方bakingdelight_nullgr

玻璃碗配方

bakingdelight_nullgr:glass_bowl

有序合成,产出 bakingdelight_nullgr:glass_bowl

概述

有序合成,产出 bakingdelight_nullgr:glass_bowl

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

用途与获取

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

关联知识

数据来源

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

配方

glass
glass
glass
glass
glass
类型
有序合成
布局
工作台 3x3
产出
玻璃碗
产物预览
玻璃碗
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "bakingdelight_nullgr:glass_bowl",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:glass"
    ],
    "outputIds": [
      "bakingdelight_nullgr:glass_bowl"
    ],
    "pattern": [
      "G G",
      "GGG"
    ],
    "grid": [
      "minecraft:glass",
      null,
      "minecraft:glass",
      "minecraft:glass",
      "minecraft:glass",
      "minecraft:glass"
    ],
    "ingredients": [
      {
        "slot": "G",
        "item": "minecraft:glass"
      }
    ],
    "results": [
      {
        "item": "bakingdelight_nullgr:glass_bowl"
      }
    ],
    "slots": [
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "bakingdelight_nullgr:glass_bowl",
        "rawId": "bakingdelight_nullgr:glass_bowl",
        "aux": "undefined",
        "count": 1,
        "label": "玻璃碗",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/blocks/hb/custom_brah.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table",
      ""
    ]
  }
}