返回上一级
奶酪面包配方
配方brazilian_delight_nullgr

奶酪面包配方

brazilian_delight_nullgr:cheese_bread_campfire_cooking

熔炉,产出 brazilian_delight_nullgr:cheese_bread

概述

熔炉,产出 brazilian_delight_nullgr:cheese_bread

资料类型
配方
命名空间
brazilian_delight_nullgr
所属模组
ywa-pgwfr
关联资料
2 条
配方熔炉campfire

用途与获取

  • 这是一个熔炉资料。
  • 产出:奶酪面包。
  • 布局:列表。

关联知识

数据来源

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

配方

奶酪面包面团
类型
熔炉
布局
列表
产出
奶酪面包
产物预览
奶酪面包
标签
熔炉、campfire
技术区:组件 JSON
{
  "recipe": {
    "id": "brazilian_delight_nullgr:cheese_bread_campfire_cooking",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "brazilian_delight_nullgr:cheese_bread_dough"
    ],
    "outputIds": [
      "brazilian_delight_nullgr:cheese_bread"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "brazilian_delight_nullgr:cheese_bread"
      }
    ],
    "slots": [
      {
        "id": "brazilian_delight_nullgr:cheese_bread_dough",
        "rawId": "brazilian_delight_nullgr:cheese_bread_dough",
        "aux": "undefined",
        "count": 1,
        "label": "奶酪面包面团",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/cheese_bread_dough.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "brazilian_delight_nullgr:cheese_bread",
        "rawId": "brazilian_delight_nullgr:cheese_bread",
        "aux": "undefined",
        "count": 1,
        "label": "奶酪面包",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/cheese_bread.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "furnace",
      "campfire"
    ]
  }
}