返回上一级
配方farmer_delight_nullgr

厨锅配方

farmer_delight_nullgr:cooking_pot

有序合成,产出 farmer_delight_nullgr:cooking_pot, minecraft:bucket

概述

有序合成,产出 farmer_delight_nullgr:cooking_pot, minecraft:bucket

资料类型
配方
命名空间
farmer_delight_nullgr
所属模组
farmer-delight-null-gr
关联资料
1 条
配方有序合成工作台

用途与获取

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

关联知识

数据来源

来源文件
farmer-delight-nullgr/FarmerDelight_NullGr_BP/netease_recipes/farmer_delight_nullgr_cooking_pot.json
条目 ID
farmer_delight_nullgr:cooking_pot
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

brick
wooden_shovel
brick
iron_ingot
water_bucket
iron_ingot
iron_ingot
iron_ingot
iron_ingot
类型
有序合成
布局
工作台 3x3
产出
厨锅, bucket
产物预览
厨锅
bucket
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "farmer_delight_nullgr:cooking_pot",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:iron_ingot",
      "minecraft:brick",
      "minecraft:wooden_shovel",
      "minecraft:water_bucket"
    ],
    "outputIds": [
      "farmer_delight_nullgr:cooking_pot",
      "minecraft:bucket"
    ],
    "pattern": [
      "CBC",
      "IEI",
      "III"
    ],
    "grid": [
      "minecraft:brick",
      "minecraft:wooden_shovel",
      "minecraft:brick",
      "minecraft:iron_ingot",
      "minecraft:water_bucket",
      "minecraft:iron_ingot",
      "minecraft:iron_ingot",
      "minecraft:iron_ingot",
      "minecraft:iron_ingot"
    ],
    "ingredients": [
      {
        "slot": "I",
        "item": "minecraft:iron_ingot",
        "data": 0
      },
      {
        "slot": "C",
        "item": "minecraft:brick",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:wooden_shovel",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:water_bucket",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "farmer_delight_nullgr:cooking_pot",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:bucket",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:brick",
        "rawId": "minecraft:brick",
        "aux": "undefined",
        "count": 1,
        "label": "brick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wooden_shovel",
        "rawId": "minecraft:wooden_shovel",
        "aux": "undefined",
        "count": 1,
        "label": "wooden shovel",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:brick",
        "rawId": "minecraft:brick",
        "aux": "undefined",
        "count": 1,
        "label": "brick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "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:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:iron_ingot",
        "rawId": "minecraft:iron_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "iron ingot",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "farmer_delight_nullgr:cooking_pot",
        "rawId": "farmer_delight_nullgr:cooking_pot",
        "aux": "undefined",
        "count": 1,
        "label": "厨锅",
        "iconUrl": "/api/assets/farmer-delight-nullgr/FarmerDelight_NullGr_RP/textures/blocks/famerdelight/cooking_pot_side.png",
        "refType": "block"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 1,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}