返回上一级
炸物袋配方
配方fastfood_delight_nullgr

炸物袋配方

fastfood_delight_nullgr:fries_bowl

有序合成,产出 fastfood_delight_nullgr:fries_bowl

概述

有序合成,产出 fastfood_delight_nullgr:fries_bowl

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:炸物袋。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

paper
red_dye
paper
paper
类型
有序合成
布局
工作台 3x3
产出
炸物袋
产物预览
炸物袋
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "fastfood_delight_nullgr:fries_bowl",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:red_dye",
      "minecraft:paper"
    ],
    "outputIds": [
      "fastfood_delight_nullgr:fries_bowl"
    ],
    "pattern": [
      "DBD",
      " D "
    ],
    "grid": [
      "minecraft:paper",
      "minecraft:red_dye",
      "minecraft:paper",
      null,
      "minecraft:paper",
      null
    ],
    "ingredients": [
      {
        "slot": "B",
        "item": "minecraft:red_dye",
        "data": 0
      },
      {
        "slot": "D",
        "item": "minecraft:paper",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "fastfood_delight_nullgr:fries_bowl",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:red_dye",
        "rawId": "minecraft:red_dye",
        "aux": "undefined",
        "count": 1,
        "label": "red dye",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "fastfood_delight_nullgr:fries_bowl",
        "rawId": "fastfood_delight_nullgr:fries_bowl",
        "aux": "undefined",
        "count": 1,
        "label": "炸物袋",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Fastfood_Delight_RP/textures/items/kcls/fries_bowl.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}