返回上一级
烟熏茄子配方
配方cultural_delight_nullgr

烟熏茄子配方

cultural_delight_nullgr:smoked_eggplant

熔炉,产出 cultural_delight_nullgr:smoked_eggplant

概述

熔炉,产出 cultural_delight_nullgr:smoked_eggplant

资料类型
配方
命名空间
cultural_delight_nullgr
所属模组
cultural-delight
关联资料
2 条
配方熔炉smoker

用途与获取

  • 这是一个熔炉资料。
  • 产出:烟熏茄子。
  • 布局:列表。

关联知识

数据来源

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

配方

茄子
类型
熔炉
布局
列表
产出
烟熏茄子
产物预览
烟熏茄子
标签
smoker
技术区:组件 JSON
{
  "recipe": {
    "id": "cultural_delight_nullgr:smoked_eggplant",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "cultural_delight_nullgr:eggplant"
    ],
    "outputIds": [
      "cultural_delight_nullgr:smoked_eggplant"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "cultural_delight_nullgr:smoked_eggplant",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "cultural_delight_nullgr:eggplant",
        "rawId": "cultural_delight_nullgr:eggplant",
        "aux": "undefined",
        "count": 1,
        "label": "茄子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RB1lL0Ir/textures/items/cultural/eggplant.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "cultural_delight_nullgr:smoked_eggplant",
        "rawId": "cultural_delight_nullgr:smoked_eggplant",
        "aux": "undefined",
        "count": 1,
        "label": "烟熏茄子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RB1lL0Ir/textures/items/cultural/smoked_eggplant.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "smoker"
    ]
  }
}