返回上一级
配方exquisite_kitchen_nullgr

厨房台面配方

exquisite_kitchen_nullgr:kithcen1

有序合成,产出 exquisite_kitchen_nullgr:str_kitchen_1

概述

有序合成,产出 exquisite_kitchen_nullgr:str_kitchen_1

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

用途与获取

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

关联知识

数据来源

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

配方

stone_slab3
brick_block
polished_deepslate_slab
类型
有序合成
布局
工作台 3x3
产出
厨房台面
产物预览
厨房台面
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "exquisite_kitchen_nullgr:kithcen1",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:stone_slab3",
      "minecraft:polished_deepslate_slab",
      "minecraft:brick_block"
    ],
    "outputIds": [
      "exquisite_kitchen_nullgr:str_kitchen_1"
    ],
    "pattern": [
      "A",
      "B",
      "C"
    ],
    "grid": [
      "minecraft:stone_slab3",
      "minecraft:brick_block",
      "minecraft:polished_deepslate_slab"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:stone_slab3",
        "data": 2
      },
      {
        "slot": "C",
        "item": "minecraft:polished_deepslate_slab",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:brick_block",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "exquisite_kitchen_nullgr:str_kitchen_1",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:stone_slab3",
        "rawId": "minecraft:stone_slab3",
        "aux": "undefined",
        "count": 1,
        "label": "stone slab3",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick_block",
        "rawId": "minecraft:brick_block",
        "aux": "undefined",
        "count": 1,
        "label": "brick block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:polished_deepslate_slab",
        "rawId": "minecraft:polished_deepslate_slab",
        "aux": "undefined",
        "count": 1,
        "label": "polished deepslate slab",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "exquisite_kitchen_nullgr:str_kitchen_1",
        "rawId": "exquisite_kitchen_nullgr:str_kitchen_1",
        "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"
    ]
  }
}