返回上一级
豪华能量棒配方
配方vintage_delight_nullgr

豪华能量棒配方

vintage_delight_nullgr:deluxe_bar

有序合成,产出 vintage_delight_nullgr:deluxe_granola_bar, minecraft:glass_bottle

概述

有序合成,产出 vintage_delight_nullgr:deluxe_granola_bar, minecraft:glass_bottle

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:豪华能量棒、glass bottle。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

生燕麦米
honey_bottle
cocoa_beans
烤花生
黯紫浆果
黯紫浆果
类型
有序合成
布局
工作台 3x3
产出
豪华能量棒, glass bottle
产物预览
豪华能量棒4
glass_bottle
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "vintage_delight_nullgr:deluxe_bar",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "vintage_delight_nullgr:raw_oats",
      "minecraft:cocoa_beans",
      "minecraft:honey_bottle",
      "vintage_delight_nullgr:roasted_peanut",
      "vintage_delight_nullgr:gearo_berry"
    ],
    "outputIds": [
      "vintage_delight_nullgr:deluxe_granola_bar",
      "minecraft:glass_bottle"
    ],
    "pattern": [
      "ABC",
      "DFF"
    ],
    "grid": [
      "vintage_delight_nullgr:raw_oats",
      "minecraft:honey_bottle",
      "minecraft:cocoa_beans",
      "vintage_delight_nullgr:roasted_peanut",
      "vintage_delight_nullgr:gearo_berry",
      "vintage_delight_nullgr:gearo_berry"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "vintage_delight_nullgr:raw_oats",
        "data": 0
      },
      {
        "slot": "C",
        "item": "minecraft:cocoa_beans",
        "data": 0
      },
      {
        "slot": "B",
        "item": "minecraft:honey_bottle",
        "data": 0
      },
      {
        "slot": "D",
        "item": "vintage_delight_nullgr:roasted_peanut",
        "data": 0
      },
      {
        "slot": "F",
        "item": "vintage_delight_nullgr:gearo_berry",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 4,
        "item": "vintage_delight_nullgr:deluxe_granola_bar",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:glass_bottle",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "vintage_delight_nullgr:raw_oats",
        "rawId": "vintage_delight_nullgr:raw_oats",
        "aux": "undefined",
        "count": 1,
        "label": "生燕麦米",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/raw_oats.png",
        "refType": "item"
      },
      {
        "id": "minecraft:honey_bottle",
        "rawId": "minecraft:honey_bottle",
        "aux": "undefined",
        "count": 1,
        "label": "honey bottle",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:cocoa_beans",
        "rawId": "minecraft:cocoa_beans",
        "aux": "undefined",
        "count": 1,
        "label": "cocoa beans",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "vintage_delight_nullgr:roasted_peanut",
        "rawId": "vintage_delight_nullgr:roasted_peanut",
        "aux": "undefined",
        "count": 1,
        "label": "烤花生",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/roasted_peanut.png",
        "refType": "item"
      },
      {
        "id": "vintage_delight_nullgr:gearo_berry",
        "rawId": "vintage_delight_nullgr:gearo_berry",
        "aux": "undefined",
        "count": 1,
        "label": "黯紫浆果",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/gearo_berry.png",
        "refType": "item"
      },
      {
        "id": "vintage_delight_nullgr:gearo_berry",
        "rawId": "vintage_delight_nullgr:gearo_berry",
        "aux": "undefined",
        "count": 1,
        "label": "黯紫浆果",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/gearo_berry.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "vintage_delight_nullgr:deluxe_granola_bar",
        "rawId": "vintage_delight_nullgr:deluxe_granola_bar",
        "aux": "undefined",
        "count": 4,
        "label": "豪华能量棒",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/deluxe_granola_bar.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"
    ]
  }
}