
配方vegan_delight_nullgr
烟熏豆腐片配方
vegan_delight_nullgr:smoked_tofu_slices
熔炉,产出 vegan_delight_nullgr:smoked_tofu_slices
概述
熔炉,产出 vegan_delight_nullgr:smoked_tofu_slices
- 资料类型
- 配方
- 命名空间
- vegan_delight_nullgr
- 所属模组
- vegan-delight
- 关联资料
- 2 条
配方熔炉smoker
用途与获取
- 这是一个熔炉资料。
- 产出:烟熏豆腐片。
- 布局:列表。
关联知识
数据来源
- 来源文件
- Vegan_delight_BP/netease_recipes/vegan_delight_nullgr_smoked_tofu_slices.json
- 条目 ID
- vegan_delight_nullgr:smoked_tofu_slices
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方

- 类型
- 熔炉
- 布局
- 列表
- 产出
- 烟熏豆腐片
- 产物预览

- 标签
- smoker
技术区:组件 JSON
{
"recipe": {
"id": "vegan_delight_nullgr:smoked_tofu_slices",
"type": "furnace",
"recipeKind": "furnace",
"layout": "list",
"inputIds": [
"vegan_delight_nullgr:tofu_slices"
],
"outputIds": [
"vegan_delight_nullgr:smoked_tofu_slices"
],
"pattern": [],
"grid": [],
"ingredients": [],
"results": [
{
"count": 1,
"item": "vegan_delight_nullgr:smoked_tofu_slices",
"data": 0
}
],
"slots": [
{
"id": "vegan_delight_nullgr:tofu_slices",
"rawId": "vegan_delight_nullgr:tofu_slices",
"aux": "undefined",
"count": 1,
"label": "豆腐片",
"iconUrl": "/api/assets/local-farmer-delight-46in1/Vegan_delight_RP/textures/items/vegan/tofu_slices.png",
"refType": "item"
}
],
"outputs": [
{
"id": "vegan_delight_nullgr:smoked_tofu_slices",
"rawId": "vegan_delight_nullgr:smoked_tofu_slices",
"aux": "undefined",
"count": 1,
"label": "烟熏豆腐片",
"iconUrl": "/api/assets/local-farmer-delight-46in1/Vegan_delight_RP/textures/items/vegan/smoked_tofu_slices.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"smoker"
]
}
}