返回上一级
腌黄瓜配方
配方cultural_delight_nullgr

腌黄瓜配方

cultural_delight_nullgr:pickle

有序合成,产出 cultural_delight_nullgr:pickle

概述

有序合成,产出 cultural_delight_nullgr:pickle

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:腌黄瓜。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

箱装腌黄瓜
类型
有序合成
布局
工作台 3x3
产出
腌黄瓜
产物预览
腌黄瓜9
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "cultural_delight_nullgr:pickle",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "cultural_delight_nullgr:pickle_crate"
    ],
    "outputIds": [
      "cultural_delight_nullgr:pickle"
    ],
    "pattern": [
      "A"
    ],
    "grid": [
      "cultural_delight_nullgr:pickle_crate"
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "cultural_delight_nullgr:pickle_crate",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 9,
        "item": "cultural_delight_nullgr:pickle",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "cultural_delight_nullgr:pickle_crate",
        "rawId": "cultural_delight_nullgr:pickle_crate",
        "aux": "undefined",
        "count": 1,
        "label": "箱装腌黄瓜",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RB1lL0Ir/textures/blocks/cultural/pickle_crate_top.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "cultural_delight_nullgr:pickle",
        "rawId": "cultural_delight_nullgr:pickle",
        "aux": "undefined",
        "count": 9,
        "label": "腌黄瓜",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RB1lL0Ir/textures/items/cultural/pickle.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}