返回上一级
烤河豚配方
配方ocean_delight_nullgr

烤河豚配方

ocean_delight_nullgr:cooked_puffish

熔炉,产出 ocean_delight_nullgr:cooked_puffish

概述

熔炉,产出 ocean_delight_nullgr:cooked_puffish

资料类型
配方
命名空间
ocean_delight_nullgr
所属模组
ocean-delight
关联资料
1 条
配方熔炉

用途与获取

  • 这是一个熔炉资料。
  • 产出:烤河豚。
  • 布局:列表。

关联知识

数据来源

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

配方

pufferfish
类型
熔炉
布局
列表
产出
烤河豚
产物预览
烤河豚
标签
熔炉
技术区:组件 JSON
{
  "recipe": {
    "id": "ocean_delight_nullgr:cooked_puffish",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "minecraft:pufferfish"
    ],
    "outputIds": [
      "ocean_delight_nullgr:cooked_puffish"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "ocean_delight_nullgr:cooked_puffish",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:pufferfish",
        "rawId": "minecraft:pufferfish",
        "aux": "undefined",
        "count": 1,
        "label": "pufferfish",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "ocean_delight_nullgr:cooked_puffish",
        "rawId": "ocean_delight_nullgr:cooked_puffish",
        "aux": "undefined",
        "count": 1,
        "label": "烤河豚",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Ocean_Delight_RP/textures/items/ocean/cooked_puffish.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "furnace"
    ]
  }
}