返回上一级
配方barbecue_delight_nullgr

烧烤架配方

barbecue_delight_nullgr:grill

有序合成,产出 barbecue_delight_nullgr:grill_block

概述

有序合成,产出 barbecue_delight_nullgr:grill_block

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

用途与获取

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

关联知识

数据来源

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

配方

iron_bars
iron_bars
iron_bars
iron_ingot
iron_ingot
iron_ingot
iron_ingot
类型
有序合成
布局
工作台 3x3
产出
烧烤架
产物预览
烧烤架
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "barbecue_delight_nullgr:grill",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:iron_bars",
      "minecraft:iron_ingot"
    ],
    "outputIds": [
      "barbecue_delight_nullgr:grill_block"
    ],
    "pattern": [
      "CCC",
      "G G",
      "G G"
    ],
    "grid": [
      "minecraft:iron_bars",
      "minecraft:iron_bars",
      "minecraft:iron_bars",
      "minecraft:iron_ingot",
      null,
      "minecraft:iron_ingot",
      "minecraft:iron_ingot",
      null,
      "minecraft:iron_ingot"
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "minecraft:iron_bars"
      },
      {
        "slot": "G",
        "item": "minecraft:iron_ingot",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "barbecue_delight_nullgr:grill_block",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:iron_bars",
        "rawId": "minecraft:iron_bars",
        "aux": "undefined",
        "count": 1,
        "label": "iron bars",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_bars",
        "rawId": "minecraft:iron_bars",
        "aux": "undefined",
        "count": 1,
        "label": "iron bars",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_bars",
        "rawId": "minecraft:iron_bars",
        "aux": "undefined",
        "count": 1,
        "label": "iron bars",
        "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": "barbecue_delight_nullgr:grill_block",
        "rawId": "barbecue_delight_nullgr:grill_block",
        "aux": "undefined",
        "count": 1,
        "label": "烧烤架",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_z60KykF7/textures/blocks/bbq/grill_top.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}