返回上一级
配方zy_croptopia

水瓶配方

zy_croptopia:water_bottle_shaped

有序合成,产出 zy_croptopia:water_bottle, minecraft:bucket

概述

有序合成,产出 zy_croptopia:water_bottle, minecraft:bucket

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:水瓶、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

glass
water_bucket
glass
glass
类型
有序合成
布局
工作台 3x3
产出
水瓶, bucket
产物预览
water_bottle16
bucket
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "zy_croptopia:water_bottle_shaped",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:water_bucket",
      "minecraft:glass"
    ],
    "outputIds": [
      "zy_croptopia:water_bottle",
      "minecraft:bucket"
    ],
    "pattern": [
      "   ",
      "212",
      " 2 "
    ],
    "grid": [
      null,
      null,
      null,
      "minecraft:glass",
      "minecraft:water_bucket",
      "minecraft:glass",
      null,
      "minecraft:glass",
      null
    ],
    "ingredients": [
      {
        "slot": "1",
        "count": 1,
        "item": "minecraft:water_bucket"
      },
      {
        "slot": "2",
        "count": 1,
        "item": "minecraft:glass"
      }
    ],
    "results": [
      {
        "count": 16,
        "item": "zy_croptopia:water_bottle"
      },
      {
        "count": 1,
        "item": "minecraft:bucket"
      }
    ],
    "slots": [
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:water_bucket",
        "rawId": "minecraft:water_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "water bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "zy_croptopia:water_bottle",
        "rawId": "zy_croptopia:water_bottle",
        "aux": "undefined",
        "count": 16,
        "label": "水瓶",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 1,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}