返回上一级
配方zy_croptopia

南瓜拿铁配方

zy_croptopia:pumpkin_spice_latte_shapeless

无序合成,产出 zy_croptopia:pumpkin_spice_latte

概述

无序合成,产出 zy_croptopia:pumpkin_spice_latte

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

用途与获取

  • 这是一个无序合成资料。
  • 产出:南瓜拿铁。
  • 布局:列表。

关联知识

数据来源

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

配方

sugar
paprika
milk_bottle
pumpkin
类型
无序合成
布局
列表
产出
南瓜拿铁
产物预览
pumpkin_spice_latte
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:pumpkin_spice_latte_shapeless",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "minecraft:sugar",
      "zy_croptopia:paprika",
      "zy_croptopia:milk_bottle",
      "minecraft:pumpkin",
      "zy_croptopia:coffee"
    ],
    "outputIds": [
      "zy_croptopia:pumpkin_spice_latte"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 1,
        "item": "minecraft:sugar"
      },
      {
        "count": 1,
        "item": "zy_croptopia:paprika"
      },
      {
        "count": 1,
        "item": "zy_croptopia:milk_bottle"
      },
      {
        "count": 1,
        "item": "minecraft:pumpkin"
      },
      {
        "count": 1,
        "item": "zy_croptopia:coffee"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "zy_croptopia:pumpkin_spice_latte"
      }
    ],
    "slots": [
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:paprika",
        "rawId": "zy_croptopia:paprika",
        "aux": "undefined",
        "count": 1,
        "label": "红辣椒",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:milk_bottle",
        "rawId": "zy_croptopia:milk_bottle",
        "aux": "undefined",
        "count": 1,
        "label": "牛奶瓶",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:pumpkin",
        "rawId": "minecraft:pumpkin",
        "aux": "undefined",
        "count": 1,
        "label": "pumpkin",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:coffee",
        "rawId": "zy_croptopia:coffee",
        "aux": "undefined",
        "count": 1,
        "label": "咖啡",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:pumpkin_spice_latte",
        "rawId": "zy_croptopia:pumpkin_spice_latte",
        "aux": "undefined",
        "count": 1,
        "label": "南瓜拿铁",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}