返回上一级
奶酪面包面团配方
配方brazilian_delight_nullgr

奶酪面包面团配方

brazilian_delight_nullgr:cheese_bread_dough

有序合成,产出 brazilian_delight_nullgr:cheese_bread_dough, minecraft:bucket

概述

有序合成,产出 brazilian_delight_nullgr:cheese_bread_dough, minecraft:bucket

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:奶酪面包面团、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

milk_bucket
egg
类型
有序合成
布局
工作台 3x3
产出
奶酪面包面团, bucket
产物预览
奶酪面包面团2
bucket
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "brazilian_delight_nullgr:cheese_bread_dough",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:milk_bucket",
      "minecraft:egg"
    ],
    "outputIds": [
      "brazilian_delight_nullgr:cheese_bread_dough",
      "minecraft:bucket"
    ],
    "pattern": [
      "ABC",
      "DE "
    ],
    "grid": [
      null,
      null,
      "minecraft:milk_bucket",
      null,
      "minecraft:egg",
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "tag": "cheese",
        "data": 0
      },
      {
        "slot": "C",
        "item": "minecraft:milk_bucket",
        "data": 0
      },
      {
        "slot": "B",
        "tag": "cassava_flour",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:egg",
        "data": 0
      },
      {
        "slot": "D",
        "tag": "salt",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 2,
        "item": "brazilian_delight_nullgr:cheese_bread_dough",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:bucket",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:milk_bucket",
        "rawId": "minecraft:milk_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "milk bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:egg",
        "rawId": "minecraft:egg",
        "aux": "undefined",
        "count": 1,
        "label": "egg",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "brazilian_delight_nullgr:cheese_bread_dough",
        "rawId": "brazilian_delight_nullgr:cheese_bread_dough",
        "aux": "undefined",
        "count": 2,
        "label": "奶酪面包面团",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/cheese_bread_dough.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 1,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}