返回上一级
刺角瓜种子配方
配方collectors_delight_nullgr

刺角瓜种子配方

collectors_delight_nullgr:dragon_fruit_seeds

有序合成,产出 collectors_delight_nullgr:dragon_fruit_seeds

概述

有序合成,产出 collectors_delight_nullgr:dragon_fruit_seeds

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:刺角瓜种子。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

刺角瓜
类型
有序合成
布局
工作台 3x3
产出
刺角瓜种子
产物预览
刺角瓜种子3
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:dragon_fruit_seeds",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "collectors_delight_nullgr:pink_dragon_fruit"
    ],
    "outputIds": [
      "collectors_delight_nullgr:dragon_fruit_seeds"
    ],
    "pattern": [
      "A"
    ],
    "grid": [
      "collectors_delight_nullgr:pink_dragon_fruit"
    ],
    "ingredients": [
      {
        "slot": "A",
        "data": 0,
        "item": "collectors_delight_nullgr:pink_dragon_fruit"
      }
    ],
    "results": [
      {
        "count": 3,
        "data": 0,
        "item": "collectors_delight_nullgr:dragon_fruit_seeds"
      }
    ],
    "slots": [
      {
        "id": "collectors_delight_nullgr:pink_dragon_fruit",
        "rawId": "collectors_delight_nullgr:pink_dragon_fruit",
        "aux": "undefined",
        "count": 1,
        "label": "刺角瓜",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pink_dragon_fruit.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:dragon_fruit_seeds",
        "rawId": "collectors_delight_nullgr:dragon_fruit_seeds",
        "aux": "undefined",
        "count": 3,
        "label": "刺角瓜种子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/dragon_fruit_seeds.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}