返回上一级
厨师帽配方
配方vintage_delight_nullgr

厨师帽配方

vintage_delight_nullgr:chef_hat_yellow

无序合成,产出 vintage_delight_nullgr:chef_hat_yellow

概述

无序合成,产出 vintage_delight_nullgr:chef_hat_yellow

资料类型
配方
命名空间
vintage_delight_nullgr
所属模组
vintage-delight
关联资料
2 条
配方无序合成工作台

用途与获取

  • 这是一个无序合成资料。
  • 产出:厨师帽。
  • 布局:列表。

关联知识

数据来源

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

配方

厨师帽
yellow_dye
类型
无序合成
布局
列表
产出
厨师帽
产物预览
厨师帽
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "vintage_delight_nullgr:chef_hat_yellow",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "vintage_delight_nullgr:chef_hat_white",
      "minecraft:yellow_dye"
    ],
    "outputIds": [
      "vintage_delight_nullgr:chef_hat_yellow"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 1,
        "item": "vintage_delight_nullgr:chef_hat_white",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:yellow_dye",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "vintage_delight_nullgr:chef_hat_yellow",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "vintage_delight_nullgr:chef_hat_white",
        "rawId": "vintage_delight_nullgr:chef_hat_white",
        "aux": "undefined",
        "count": 1,
        "label": "厨师帽",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/chef_hat_white_icon.png",
        "refType": "item"
      },
      {
        "id": "minecraft:yellow_dye",
        "rawId": "minecraft:yellow_dye",
        "aux": "undefined",
        "count": 1,
        "label": "yellow dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "vintage_delight_nullgr:chef_hat_yellow",
        "rawId": "vintage_delight_nullgr:chef_hat_yellow",
        "aux": "undefined",
        "count": 1,
        "label": "厨师帽",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/chef_hat_yellow_icon.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}