返回上一级
配方zy_croptopia

奥查塔配方

zy_croptopia:horchata_shapeless

无序合成,产出 zy_croptopia:horchata

概述

无序合成,产出 zy_croptopia:horchata

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

用途与获取

  • 这是一个无序合成资料。
  • 产出:奥查塔。
  • 布局:列表。

关联知识

数据来源

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

配方

rice
almond
lime
water_bottle
类型
无序合成
布局
列表
产出
奥查塔
产物预览
horchata
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:horchata_shapeless",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "zy_croptopia:rice",
      "zy_croptopia:almond",
      "zy_croptopia:lime",
      "zy_croptopia:water_bottle",
      "minecraft:sugar",
      "zy_croptopia:cinnamon"
    ],
    "outputIds": [
      "zy_croptopia:horchata"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 1,
        "item": "zy_croptopia:rice"
      },
      {
        "count": 1,
        "item": "zy_croptopia:almond"
      },
      {
        "count": 1,
        "item": "zy_croptopia:lime"
      },
      {
        "count": 1,
        "item": "zy_croptopia:water_bottle"
      },
      {
        "count": 1,
        "item": "minecraft:sugar"
      },
      {
        "count": 1,
        "item": "zy_croptopia:cinnamon"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "zy_croptopia:horchata"
      }
    ],
    "slots": [
      {
        "id": "zy_croptopia:rice",
        "rawId": "zy_croptopia:rice",
        "aux": "undefined",
        "count": 1,
        "label": "大米",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:almond",
        "rawId": "zy_croptopia:almond",
        "aux": "undefined",
        "count": 1,
        "label": "扁桃仁",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:lime",
        "rawId": "zy_croptopia:lime",
        "aux": "undefined",
        "count": 1,
        "label": "青柠",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:water_bottle",
        "rawId": "zy_croptopia:water_bottle",
        "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:cinnamon",
        "rawId": "zy_croptopia:cinnamon",
        "aux": "undefined",
        "count": 1,
        "label": "桂皮",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:horchata",
        "rawId": "zy_croptopia:horchata",
        "aux": "undefined",
        "count": 1,
        "label": "奥查塔",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}