返回上一级
配方zy_croptopia

干煸牛肉配方

zy_croptopia:beef_stir_fry_shaped

有序合成,产出 zy_croptopia:beef_stir_fry

概述

有序合成,产出 zy_croptopia:beef_stir_fry

资料类型
配方
命名空间
zy_croptopia
所属模组
zycroptopia
关联资料
5 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:干煸牛肉。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

broccoli
carrot
beef
olive_oil
soy_sauce
garlic
类型
有序合成
布局
工作台 3x3
产出
干煸牛肉
产物预览
beef_stir_fry
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:beef_stir_fry_shaped",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "zy_croptopia:broccoli",
      "zy_croptopia:olive_oil",
      "zy_croptopia:garlic",
      "minecraft:beef",
      "zy_croptopia:soy_sauce",
      "minecraft:carrot"
    ],
    "outputIds": [
      "zy_croptopia:beef_stir_fry"
    ],
    "pattern": [
      "164",
      "253"
    ],
    "grid": [
      "zy_croptopia:broccoli",
      "minecraft:carrot",
      "minecraft:beef",
      "zy_croptopia:olive_oil",
      "zy_croptopia:soy_sauce",
      "zy_croptopia:garlic"
    ],
    "ingredients": [
      {
        "slot": "1",
        "count": 1,
        "item": "zy_croptopia:broccoli"
      },
      {
        "slot": "2",
        "count": 1,
        "item": "zy_croptopia:olive_oil"
      },
      {
        "slot": "3",
        "count": 1,
        "item": "zy_croptopia:garlic"
      },
      {
        "slot": "4",
        "count": 1,
        "item": "minecraft:beef"
      },
      {
        "slot": "5",
        "count": 1,
        "item": "zy_croptopia:soy_sauce"
      },
      {
        "slot": "6",
        "count": 1,
        "item": "minecraft:carrot"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "zy_croptopia:beef_stir_fry"
      }
    ],
    "slots": [
      {
        "id": "zy_croptopia:broccoli",
        "rawId": "zy_croptopia:broccoli",
        "aux": "undefined",
        "count": 1,
        "label": "西兰花",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:beef",
        "rawId": "minecraft:beef",
        "aux": "undefined",
        "count": 1,
        "label": "beef",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:olive_oil",
        "rawId": "zy_croptopia:olive_oil",
        "aux": "undefined",
        "count": 1,
        "label": "橄榄油",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:soy_sauce",
        "rawId": "zy_croptopia:soy_sauce",
        "aux": "undefined",
        "count": 1,
        "label": "酱油",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:garlic",
        "rawId": "zy_croptopia:garlic",
        "aux": "undefined",
        "count": 1,
        "label": "大蒜",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:beef_stir_fry",
        "rawId": "zy_croptopia:beef_stir_fry",
        "aux": "undefined",
        "count": 1,
        "label": "干煸牛肉",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}