返回上一级
配方zy_croptopia

三奶蛋糕配方

zy_croptopia:tres_leche_cake_shapeless

无序合成,产出 zy_croptopia:tres_leche_cake

概述

无序合成,产出 zy_croptopia:tres_leche_cake

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

用途与获取

  • 这是一个无序合成资料。
  • 产出:三奶蛋糕。
  • 布局:列表。

关联知识

数据来源

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

配方

egg
sugar
milk_bottle
flour
类型
无序合成
布局
列表
产出
三奶蛋糕
产物预览
tres_leche_cake2
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:tres_leche_cake_shapeless",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "minecraft:egg",
      "minecraft:sugar",
      "zy_croptopia:milk_bottle",
      "zy_croptopia:flour",
      "zy_croptopia:vanilla",
      "zy_croptopia:rum",
      "zy_croptopia:whipping_cream"
    ],
    "outputIds": [
      "zy_croptopia:tres_leche_cake"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 1,
        "item": "minecraft:egg"
      },
      {
        "count": 1,
        "item": "minecraft:sugar"
      },
      {
        "count": 1,
        "item": "zy_croptopia:milk_bottle"
      },
      {
        "count": 1,
        "item": "zy_croptopia:flour"
      },
      {
        "count": 1,
        "item": "zy_croptopia:vanilla"
      },
      {
        "count": 1,
        "item": "zy_croptopia:rum"
      },
      {
        "count": 1,
        "item": "zy_croptopia:whipping_cream"
      }
    ],
    "results": [
      {
        "count": 2,
        "item": "zy_croptopia:tres_leche_cake"
      }
    ],
    "slots": [
      {
        "id": "minecraft:egg",
        "rawId": "minecraft:egg",
        "aux": "undefined",
        "count": 1,
        "label": "egg",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:milk_bottle",
        "rawId": "zy_croptopia:milk_bottle",
        "aux": "undefined",
        "count": 1,
        "label": "牛奶瓶",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:flour",
        "rawId": "zy_croptopia:flour",
        "aux": "undefined",
        "count": 1,
        "label": "面粉",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:vanilla",
        "rawId": "zy_croptopia:vanilla",
        "aux": "undefined",
        "count": 1,
        "label": "香草",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:rum",
        "rawId": "zy_croptopia:rum",
        "aux": "undefined",
        "count": 1,
        "label": "朗姆酒",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:whipping_cream",
        "rawId": "zy_croptopia:whipping_cream",
        "aux": "undefined",
        "count": 1,
        "label": "打发的奶油",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:tres_leche_cake",
        "rawId": "zy_croptopia:tres_leche_cake",
        "aux": "undefined",
        "count": 2,
        "label": "三奶蛋糕",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}