返回上一级
配方brazilian_delight_nullgr

胡萝卜蛋糕配方

brazilian_delight_nullgr:carrot_cake

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

概述

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

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:胡萝卜蛋糕、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

milk_bucket
milk_bucket
milk_bucket
sugar
egg
wheat
carrot
carrot
carrot
类型
有序合成
布局
工作台 3x3
产出
胡萝卜蛋糕, bucket
产物预览
胡萝卜蛋糕
bucket3
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "brazilian_delight_nullgr:carrot_cake",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:carrot",
      "minecraft:egg",
      "minecraft:milk_bucket",
      "minecraft:sugar",
      "minecraft:wheat"
    ],
    "outputIds": [
      "brazilian_delight_nullgr:carrot_cake_0",
      "minecraft:bucket"
    ],
    "pattern": [
      "MMM",
      "SEW",
      "CCC"
    ],
    "grid": [
      "minecraft:milk_bucket",
      "minecraft:milk_bucket",
      "minecraft:milk_bucket",
      "minecraft:sugar",
      "minecraft:egg",
      "minecraft:wheat",
      "minecraft:carrot",
      "minecraft:carrot",
      "minecraft:carrot"
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "minecraft:carrot"
      },
      {
        "slot": "E",
        "item": "minecraft:egg"
      },
      {
        "slot": "M",
        "item": "minecraft:milk_bucket"
      },
      {
        "slot": "S",
        "item": "minecraft:sugar"
      },
      {
        "slot": "W",
        "item": "minecraft:wheat"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "brazilian_delight_nullgr:carrot_cake_0"
      },
      {
        "count": 3,
        "data": 0,
        "item": "minecraft:bucket"
      }
    ],
    "slots": [
      {
        "id": "minecraft:milk_bucket",
        "rawId": "minecraft:milk_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "milk bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:milk_bucket",
        "rawId": "minecraft:milk_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "milk bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:milk_bucket",
        "rawId": "minecraft:milk_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "milk bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:egg",
        "rawId": "minecraft:egg",
        "aux": "undefined",
        "count": 1,
        "label": "egg",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wheat",
        "rawId": "minecraft:wheat",
        "aux": "undefined",
        "count": 1,
        "label": "wheat",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "brazilian_delight_nullgr:carrot_cake_0",
        "rawId": "brazilian_delight_nullgr:carrot_cake_0",
        "aux": "undefined",
        "count": 1,
        "label": "胡萝卜蛋糕",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/blocks/brazilian/carrot_cake.png",
        "refType": "block"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 3,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}