返回上一级
石榴沙拉配方
配方collectors_delight_nullgr

石榴沙拉配方

collectors_delight_nullgr:pomegranate_bean_salad

有序合成,产出 collectors_delight_nullgr:pomegranate_bean_salad

概述

有序合成,产出 collectors_delight_nullgr:pomegranate_bean_salad

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:石榴沙拉。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

石榴种子
石榴种子
石榴种子
青柠片
bowl
类型
有序合成
布局
工作台 3x3
产出
石榴沙拉
产物预览
石榴沙拉
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:pomegranate_bean_salad",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "collectors_delight_nullgr:pomegranate_seeds",
      "minecraft:bowl",
      "collectors_delight_nullgr:lime_slice"
    ],
    "outputIds": [
      "collectors_delight_nullgr:pomegranate_bean_salad"
    ],
    "pattern": [
      "CCC",
      "DE "
    ],
    "grid": [
      "collectors_delight_nullgr:pomegranate_seeds",
      "collectors_delight_nullgr:pomegranate_seeds",
      "collectors_delight_nullgr:pomegranate_seeds",
      "collectors_delight_nullgr:lime_slice",
      "minecraft:bowl",
      null
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "collectors_delight_nullgr:pomegranate_seeds",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:bowl",
        "data": 0
      },
      {
        "slot": "D",
        "item": "collectors_delight_nullgr:lime_slice",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "collectors_delight_nullgr:pomegranate_bean_salad",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "collectors_delight_nullgr:pomegranate_seeds",
        "rawId": "collectors_delight_nullgr:pomegranate_seeds",
        "aux": "undefined",
        "count": 1,
        "label": "石榴种子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pomegranate_seeds.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:pomegranate_seeds",
        "rawId": "collectors_delight_nullgr:pomegranate_seeds",
        "aux": "undefined",
        "count": 1,
        "label": "石榴种子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pomegranate_seeds.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:pomegranate_seeds",
        "rawId": "collectors_delight_nullgr:pomegranate_seeds",
        "aux": "undefined",
        "count": 1,
        "label": "石榴种子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pomegranate_seeds.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:lime_slice",
        "rawId": "collectors_delight_nullgr:lime_slice",
        "aux": "undefined",
        "count": 1,
        "label": "青柠片",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_slice.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bowl",
        "rawId": "minecraft:bowl",
        "aux": "undefined",
        "count": 1,
        "label": "bowl",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:pomegranate_bean_salad",
        "rawId": "collectors_delight_nullgr:pomegranate_bean_salad",
        "aux": "undefined",
        "count": 1,
        "label": "石榴沙拉",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pomegranate_bean_salad.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}