返回上一级
炒葵花籽配方
配方bakingdelight_nullgr

炒葵花籽配方

bakingdelight_nullgr:roasted_sunflower_seed

熔炉,产出 bakingdelight_nullgr:roasted_sunflower_seed

概述

熔炉,产出 bakingdelight_nullgr:roasted_sunflower_seed

资料类型
配方
命名空间
bakingdelight_nullgr
所属模组
baking-delight
关联资料
2 条
配方熔炉blast_furnacecampfire

用途与获取

  • 这是一个熔炉资料。
  • 产出:炒葵花籽。
  • 布局:列表。

关联知识

数据来源

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

配方

葵花籽肉
类型
熔炉
布局
列表
产出
炒葵花籽
产物预览
炒葵花籽
标签
blast_furnace、campfire、熔炉
技术区:组件 JSON
{
  "recipe": {
    "id": "bakingdelight_nullgr:roasted_sunflower_seed",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "bakingdelight_nullgr:sunflower_seed_pulp"
    ],
    "outputIds": [
      "bakingdelight_nullgr:roasted_sunflower_seed"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "bakingdelight_nullgr:roasted_sunflower_seed",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "bakingdelight_nullgr:sunflower_seed_pulp",
        "rawId": "bakingdelight_nullgr:sunflower_seed_pulp",
        "aux": "undefined",
        "count": 1,
        "label": "葵花籽肉",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/sunflower_seed_pulp.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "bakingdelight_nullgr:roasted_sunflower_seed",
        "rawId": "bakingdelight_nullgr:roasted_sunflower_seed",
        "aux": "undefined",
        "count": 1,
        "label": "炒葵花籽",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/roasted_sunflower_seed.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "blast_furnace",
      "campfire",
      "furnace"
    ]
  }
}