返回上一级
烤触手棒配方
配方ocean_delight_nullgr

烤触手棒配方

ocean_delight_nullgr:cooked_tentacle

熔炉,产出 ocean_delight_nullgr:baked_tentacle_on_a_stick

概述

熔炉,产出 ocean_delight_nullgr:baked_tentacle_on_a_stick

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

用途与获取

  • 这是一个熔炉资料。
  • 产出:烤触手棒。
  • 布局:列表。

关联知识

数据来源

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

配方

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