返回上一级
墨西哥玉米饼配方
配方corn_delight

墨西哥玉米饼配方

corn_delight:tortilla

熔炉,产出 corn_delight:tortilla

概述

熔炉,产出 corn_delight:tortilla

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

用途与获取

  • 这是一个熔炉资料。
  • 产出:墨西哥玉米饼。
  • 布局:列表。

关联知识

数据来源

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

配方

生玉米面饼
类型
熔炉
布局
列表
产出
墨西哥玉米饼
产物预览
墨西哥玉米饼
标签
熔炉
技术区:组件 JSON
{
  "recipe": {
    "id": "corn_delight:tortilla",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "corn_delight:raw_tortilla"
    ],
    "outputIds": [
      "corn_delight:tortilla"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "corn_delight:tortilla",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "corn_delight:raw_tortilla",
        "rawId": "corn_delight:raw_tortilla",
        "aux": "undefined",
        "count": 1,
        "label": "生玉米面饼",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Corn_Delight_RP/textures/items/corn/Raw_Tortilla.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "corn_delight:tortilla",
        "rawId": "corn_delight:tortilla",
        "aux": "undefined",
        "count": 1,
        "label": "墨西哥玉米饼",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Corn_Delight_RP/textures/items/corn/Tortilla.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "furnace"
    ]
  }
}