返回上一级
配方zy_croptopia

水果蛋糕配方

zy_croptopia:fruit_cake_shaped

有序合成,产出 zy_croptopia:fruit_cake

概述

有序合成,产出 zy_croptopia:fruit_cake

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:水果蛋糕。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

salt
bellpepper
sugar
pecan
egg
cinnamon
nutmeg
nutmeg
类型
有序合成
布局
工作台 3x3
产出
水果蛋糕
产物预览
fruit_cake3
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:fruit_cake_shaped",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "zy_croptopia:bellpepper",
      "minecraft:sugar",
      "zy_croptopia:lemon",
      "zy_croptopia:pecan",
      "zy_croptopia:cinnamon",
      "zy_croptopia:salt",
      "zy_croptopia:nutmeg",
      "minecraft:egg"
    ],
    "outputIds": [
      "zy_croptopia:fruit_cake"
    ],
    "pattern": [
      "61 ",
      "324",
      "857"
    ],
    "grid": [
      "zy_croptopia:salt",
      "zy_croptopia:bellpepper",
      null,
      "zy_croptopia:lemon",
      "minecraft:sugar",
      "zy_croptopia:pecan",
      "minecraft:egg",
      "zy_croptopia:cinnamon",
      "zy_croptopia:nutmeg"
    ],
    "ingredients": [
      {
        "slot": "1",
        "count": 1,
        "item": "zy_croptopia:bellpepper"
      },
      {
        "slot": "2",
        "count": 1,
        "item": "minecraft:sugar"
      },
      {
        "slot": "3",
        "count": 1,
        "item": "zy_croptopia:lemon"
      },
      {
        "slot": "4",
        "count": 1,
        "item": "zy_croptopia:pecan"
      },
      {
        "slot": "5",
        "count": 1,
        "item": "zy_croptopia:cinnamon"
      },
      {
        "slot": "6",
        "count": 1,
        "item": "zy_croptopia:salt"
      },
      {
        "slot": "7",
        "count": 1,
        "item": "zy_croptopia:nutmeg"
      },
      {
        "slot": "8",
        "count": 1,
        "item": "minecraft:egg"
      }
    ],
    "results": [
      {
        "count": 3,
        "item": "zy_croptopia:fruit_cake"
      }
    ],
    "slots": [
      {
        "id": "zy_croptopia:salt",
        "rawId": "zy_croptopia:salt",
        "aux": "undefined",
        "count": 1,
        "label": "盐",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:bellpepper",
        "rawId": "zy_croptopia:bellpepper",
        "aux": "undefined",
        "count": 1,
        "label": "甜椒",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:lemon",
        "rawId": "zy_croptopia:lemon",
        "aux": "undefined",
        "count": 1,
        "label": "柠檬",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:pecan",
        "rawId": "zy_croptopia:pecan",
        "aux": "undefined",
        "count": 1,
        "label": "碧根果",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:egg",
        "rawId": "minecraft:egg",
        "aux": "undefined",
        "count": 1,
        "label": "egg",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:cinnamon",
        "rawId": "zy_croptopia:cinnamon",
        "aux": "undefined",
        "count": 1,
        "label": "桂皮",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:nutmeg",
        "rawId": "zy_croptopia:nutmeg",
        "aux": "undefined",
        "count": 1,
        "label": "肉豆蔻",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:fruit_cake",
        "rawId": "zy_croptopia:fruit_cake",
        "aux": "undefined",
        "count": 3,
        "label": "水果蛋糕",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}