返回上一级
土豆泥配方
配方bakingdelight_nullgr

土豆泥配方

bakingdelight_nullgr:mashed_potato

无序合成,产出 bakingdelight_nullgr:mashed_potato

概述

无序合成,产出 bakingdelight_nullgr:mashed_potato

资料类型
配方
命名空间
bakingdelight_nullgr
所属模组
baking-delight
关联资料
2 条
配方无序合成工作台

用途与获取

  • 这是一个无序合成资料。
  • 产出:土豆泥。
  • 布局:列表。

关联知识

数据来源

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

配方

土豆泥块
类型
无序合成
布局
列表
产出
土豆泥
产物预览
土豆泥9
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "bakingdelight_nullgr:mashed_potato",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "bakingdelight_nullgr:mashed_potato_block"
    ],
    "outputIds": [
      "bakingdelight_nullgr:mashed_potato"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "item": "bakingdelight_nullgr:mashed_potato_block"
      }
    ],
    "results": [
      {
        "count": 9,
        "item": "bakingdelight_nullgr:mashed_potato"
      }
    ],
    "slots": [
      {
        "id": "bakingdelight_nullgr:mashed_potato_block",
        "rawId": "bakingdelight_nullgr:mashed_potato_block",
        "aux": "undefined",
        "count": 1,
        "label": "土豆泥块",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/blocks/hb/glass_bowl_3.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "bakingdelight_nullgr:mashed_potato",
        "rawId": "bakingdelight_nullgr:mashed_potato",
        "aux": "undefined",
        "count": 9,
        "label": "土豆泥",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/mashed_potato.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table",
      ""
    ]
  }
}