返回上一级
紫颂松饼配方
配方delightful_nullgr

紫颂松饼配方

delightful_nullgr:chorus_muffin

有序合成,产出 delightful_nullgr:chorus_muffin

概述

有序合成,产出 delightful_nullgr:chorus_muffin

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

用途与获取

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

关联知识

数据来源

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

配方

chorus_fruit
egg
chorus_fruit
wheat
pie_crust
wheat
类型
有序合成
布局
工作台 3x3
产出
紫颂松饼
产物预览
紫颂松饼
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "delightful_nullgr:chorus_muffin",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:egg",
      "minecraft:chorus_fruit",
      "farmer_delight_nullgr:pie_crust",
      "minecraft:wheat"
    ],
    "outputIds": [
      "delightful_nullgr:chorus_muffin"
    ],
    "pattern": [
      "CBC",
      "FEF"
    ],
    "grid": [
      "minecraft:chorus_fruit",
      "minecraft:egg",
      "minecraft:chorus_fruit",
      "minecraft:wheat",
      "farmer_delight_nullgr:pie_crust",
      "minecraft:wheat"
    ],
    "ingredients": [
      {
        "slot": "B",
        "data": 0,
        "item": "minecraft:egg"
      },
      {
        "slot": "C",
        "data": 0,
        "item": "minecraft:chorus_fruit"
      },
      {
        "slot": "E",
        "data": 0,
        "item": "farmer_delight_nullgr:pie_crust"
      },
      {
        "slot": "F",
        "data": 0,
        "item": "minecraft:wheat"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "delightful_nullgr:chorus_muffin"
      }
    ],
    "slots": [
      {
        "id": "minecraft:chorus_fruit",
        "rawId": "minecraft:chorus_fruit",
        "aux": "undefined",
        "count": 1,
        "label": "chorus fruit",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:egg",
        "rawId": "minecraft:egg",
        "aux": "undefined",
        "count": 1,
        "label": "egg",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:chorus_fruit",
        "rawId": "minecraft:chorus_fruit",
        "aux": "undefined",
        "count": 1,
        "label": "chorus fruit",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wheat",
        "rawId": "minecraft:wheat",
        "aux": "undefined",
        "count": 1,
        "label": "wheat",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "farmer_delight_nullgr:pie_crust",
        "rawId": "farmer_delight_nullgr:pie_crust",
        "aux": "undefined",
        "count": 1,
        "label": "pie crust",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wheat",
        "rawId": "minecraft:wheat",
        "aux": "undefined",
        "count": 1,
        "label": "wheat",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "delightful_nullgr:chorus_muffin",
        "rawId": "delightful_nullgr:chorus_muffin",
        "aux": "undefined",
        "count": 1,
        "label": "紫颂松饼",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_4Po0AwZ0/textures/items/chorus_muffin.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}