返回上一级
配方zy_croptopia

羽衣甘蓝冰沙配方

zy_croptopia:kale_smoothie_shapeless

无序合成,产出 zy_croptopia:kale_smoothie

概述

无序合成,产出 zy_croptopia:kale_smoothie

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

用途与获取

  • 这是一个无序合成资料。
  • 产出:羽衣甘蓝冰沙。
  • 布局:列表。

关联知识

数据来源

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

配方

glass_bottle
kale
ice
milk_bottle
类型
无序合成
布局
列表
产出
羽衣甘蓝冰沙
产物预览
kale_smoothie
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:kale_smoothie_shapeless",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "minecraft:glass_bottle",
      "zy_croptopia:kale",
      "minecraft:ice",
      "zy_croptopia:milk_bottle",
      "zy_croptopia:mango",
      "zy_croptopia:yoghurt",
      "zy_croptopia:tomato"
    ],
    "outputIds": [
      "zy_croptopia:kale_smoothie"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 1,
        "item": "minecraft:glass_bottle"
      },
      {
        "count": 1,
        "item": "zy_croptopia:kale"
      },
      {
        "count": 1,
        "item": "minecraft:ice"
      },
      {
        "count": 1,
        "item": "zy_croptopia:milk_bottle"
      },
      {
        "count": 1,
        "item": "zy_croptopia:mango"
      },
      {
        "count": 1,
        "item": "zy_croptopia:yoghurt"
      },
      {
        "count": 1,
        "item": "zy_croptopia:tomato"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "zy_croptopia:kale_smoothie"
      }
    ],
    "slots": [
      {
        "id": "minecraft:glass_bottle",
        "rawId": "minecraft:glass_bottle",
        "aux": "undefined",
        "count": 1,
        "label": "glass bottle",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:kale",
        "rawId": "zy_croptopia:kale",
        "aux": "undefined",
        "count": 1,
        "label": "羽衣甘蓝",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:ice",
        "rawId": "minecraft:ice",
        "aux": "undefined",
        "count": 1,
        "label": "ice",
        "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:mango",
        "rawId": "zy_croptopia:mango",
        "aux": "undefined",
        "count": 1,
        "label": "芒果",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:yoghurt",
        "rawId": "zy_croptopia:yoghurt",
        "aux": "undefined",
        "count": 1,
        "label": "酸奶",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "zy_croptopia:tomato",
        "rawId": "zy_croptopia:tomato",
        "aux": "undefined",
        "count": 1,
        "label": "番茄",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:kale_smoothie",
        "rawId": "zy_croptopia:kale_smoothie",
        "aux": "undefined",
        "count": 1,
        "label": "羽衣甘蓝冰沙",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}