返回上一级
金饼干配方
配方valentine_delight_nullgr

金饼干配方

valentine_delight_nullgr:golden_cookie

有序合成,产出 valentine_delight_nullgr:golden_cookie

概述

有序合成,产出 valentine_delight_nullgr:golden_cookie

资料类型
配方
命名空间
valentine_delight_nullgr
所属模组
m-cb-qra-pm
关联资料
2 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:金饼干。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

golden_apple
棉花糖
golden_apple
棉花糖
cookie
棉花糖
golden_apple
棉花糖
golden_apple
类型
有序合成
布局
工作台 3x3
产出
金饼干
产物预览
金饼干2
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "valentine_delight_nullgr:golden_cookie",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:golden_apple",
      "minecraft:cookie",
      "valentine_delight_nullgr:cotton_candy"
    ],
    "outputIds": [
      "valentine_delight_nullgr:golden_cookie"
    ],
    "pattern": [
      "ABA",
      "BCB",
      "ABA"
    ],
    "grid": [
      "minecraft:golden_apple",
      "valentine_delight_nullgr:cotton_candy",
      "minecraft:golden_apple",
      "valentine_delight_nullgr:cotton_candy",
      "minecraft:cookie",
      "valentine_delight_nullgr:cotton_candy",
      "minecraft:golden_apple",
      "valentine_delight_nullgr:cotton_candy",
      "minecraft:golden_apple"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:golden_apple"
      },
      {
        "slot": "C",
        "item": "minecraft:cookie"
      },
      {
        "slot": "B",
        "item": "valentine_delight_nullgr:cotton_candy"
      }
    ],
    "results": [
      {
        "count": 2,
        "item": "valentine_delight_nullgr:golden_cookie"
      }
    ],
    "slots": [
      {
        "id": "minecraft:golden_apple",
        "rawId": "minecraft:golden_apple",
        "aux": "undefined",
        "count": 1,
        "label": "golden apple",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "valentine_delight_nullgr:cotton_candy",
        "rawId": "valentine_delight_nullgr:cotton_candy",
        "aux": "undefined",
        "count": 1,
        "label": "棉花糖",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/items/valentin_items/cotton_candy.png",
        "refType": "item"
      },
      {
        "id": "minecraft:golden_apple",
        "rawId": "minecraft:golden_apple",
        "aux": "undefined",
        "count": 1,
        "label": "golden apple",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "valentine_delight_nullgr:cotton_candy",
        "rawId": "valentine_delight_nullgr:cotton_candy",
        "aux": "undefined",
        "count": 1,
        "label": "棉花糖",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/items/valentin_items/cotton_candy.png",
        "refType": "item"
      },
      {
        "id": "minecraft:cookie",
        "rawId": "minecraft:cookie",
        "aux": "undefined",
        "count": 1,
        "label": "cookie",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "valentine_delight_nullgr:cotton_candy",
        "rawId": "valentine_delight_nullgr:cotton_candy",
        "aux": "undefined",
        "count": 1,
        "label": "棉花糖",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/items/valentin_items/cotton_candy.png",
        "refType": "item"
      },
      {
        "id": "minecraft:golden_apple",
        "rawId": "minecraft:golden_apple",
        "aux": "undefined",
        "count": 1,
        "label": "golden apple",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "valentine_delight_nullgr:cotton_candy",
        "rawId": "valentine_delight_nullgr:cotton_candy",
        "aux": "undefined",
        "count": 1,
        "label": "棉花糖",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/items/valentin_items/cotton_candy.png",
        "refType": "item"
      },
      {
        "id": "minecraft:golden_apple",
        "rawId": "minecraft:golden_apple",
        "aux": "undefined",
        "count": 1,
        "label": "golden apple",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "valentine_delight_nullgr:golden_cookie",
        "rawId": "valentine_delight_nullgr:golden_cookie",
        "aux": "undefined",
        "count": 2,
        "label": "金饼干",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/items/valentin_items/golden_cookie.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}