返回上一级
配方stack_burger_nullgr

cooked chopped onion配方

stack_burger_nullgr:cooked_chopped_onion

熔炉,产出 stack_burger_nullgr:cooked_chopped_onion

概述

熔炉,产出 stack_burger_nullgr:cooked_chopped_onion

资料类型
配方
命名空间
stack_burger_nullgr
所属模组
t-p2uhwm9
关联资料
2 条
配方熔炉campfire

用途与获取

  • 这是一个熔炉资料。
  • 产出:cooked chopped onion。
  • 布局:列表。

关联知识

数据来源

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

配方

chopped_onion
类型
熔炉
布局
列表
产出
cooked chopped onion
产物预览
cooked_chopped_onion
标签
熔炉、campfire
技术区:组件 JSON
{
  "recipe": {
    "id": "stack_burger_nullgr:cooked_chopped_onion",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "stack_burger_nullgr:chopped_onion"
    ],
    "outputIds": [
      "stack_burger_nullgr:cooked_chopped_onion"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "stack_burger_nullgr:cooked_chopped_onion"
      }
    ],
    "slots": [
      {
        "id": "stack_burger_nullgr:chopped_onion",
        "rawId": "stack_burger_nullgr:chopped_onion",
        "aux": "undefined",
        "count": 1,
        "label": "chopped onion",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "stack_burger_nullgr:cooked_chopped_onion",
        "rawId": "stack_burger_nullgr:cooked_chopped_onion",
        "aux": "undefined",
        "count": 1,
        "label": "cooked chopped onion",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "furnace",
      "campfire"
    ]
  }
}