返回上一级
黄油蟹腿配方
配方collectors_delight_nullgr

黄油蟹腿配方

collectors_delight_nullgr:buttered_legs

有序合成,产出 collectors_delight_nullgr:buttered_legs, minecraft:glass_bottle

概述

有序合成,产出 collectors_delight_nullgr:buttered_legs, minecraft:glass_bottle

资料类型
配方
命名空间
collectors_delight_nullgr
所属模组
collector-delight
关联资料
2 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:黄油蟹腿、glass bottle。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

酋长蟹腿
酋长蟹腿
酋长蟹腿
bowl
类型
有序合成
布局
工作台 3x3
产出
黄油蟹腿, glass bottle
产物预览
黄油蟹腿
glass_bottle
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:buttered_legs",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "collectors_delight_nullgr:chieftain_leg",
      "minecraft:bowl"
    ],
    "outputIds": [
      "collectors_delight_nullgr:buttered_legs",
      "minecraft:glass_bottle"
    ],
    "pattern": [
      "CCC",
      "DB "
    ],
    "grid": [
      "collectors_delight_nullgr:chieftain_leg",
      "collectors_delight_nullgr:chieftain_leg",
      "collectors_delight_nullgr:chieftain_leg",
      null,
      "minecraft:bowl",
      null
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "collectors_delight_nullgr:chieftain_leg",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:bowl",
        "data": 0
      },
      {
        "slot": "D",
        "tag": "milk_bottle",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "collectors_delight_nullgr:buttered_legs",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:glass_bottle",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "collectors_delight_nullgr:chieftain_leg",
        "rawId": "collectors_delight_nullgr:chieftain_leg",
        "aux": "undefined",
        "count": 1,
        "label": "酋长蟹腿",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/chieftain_leg.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:chieftain_leg",
        "rawId": "collectors_delight_nullgr:chieftain_leg",
        "aux": "undefined",
        "count": 1,
        "label": "酋长蟹腿",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/chieftain_leg.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:chieftain_leg",
        "rawId": "collectors_delight_nullgr:chieftain_leg",
        "aux": "undefined",
        "count": 1,
        "label": "酋长蟹腿",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/chieftain_leg.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bowl",
        "rawId": "minecraft:bowl",
        "aux": "undefined",
        "count": 1,
        "label": "bowl",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:buttered_legs",
        "rawId": "collectors_delight_nullgr:buttered_legs",
        "aux": "undefined",
        "count": 1,
        "label": "黄油蟹腿",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/buttered_legs.png",
        "refType": "item"
      },
      {
        "id": "minecraft:glass_bottle",
        "rawId": "minecraft:glass_bottle",
        "aux": "undefined",
        "count": 1,
        "label": "glass bottle",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}