返回上一级
烟熏豆腐配方
配方vegan_delight_nullgr

烟熏豆腐配方

vegan_delight_nullgr:smoked_tofu

熔炉,产出 vegan_delight_nullgr:smoked_tofu

概述

熔炉,产出 vegan_delight_nullgr:smoked_tofu

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

用途与获取

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

关联知识

数据来源

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

配方

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