返回上一级
珠光蟹钳配方
配方collectors_delight_nullgr

珠光蟹钳配方

collectors_delight_nullgr:pearly_claw

有序合成,产出 collectors_delight_nullgr:pearly_claw

概述

有序合成,产出 collectors_delight_nullgr:pearly_claw

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:珠光蟹钳。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

月光珍珠
月光珍珠
heart_of_the_sea
月光珍珠
heart_of_the_sea
类型
有序合成
布局
工作台 3x3
产出
珠光蟹钳
产物预览
珠光蟹钳
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:pearly_claw",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "collectors_delight_nullgr:chieftain_claw",
      "minecraft:heart_of_the_sea",
      "collectors_delight_nullgr:lunar_pearl"
    ],
    "outputIds": [
      "collectors_delight_nullgr:pearly_claw"
    ],
    "pattern": [
      " D ",
      "DCD",
      " E "
    ],
    "grid": [
      null,
      "collectors_delight_nullgr:lunar_pearl",
      null,
      "collectors_delight_nullgr:lunar_pearl",
      "collectors_delight_nullgr:chieftain_claw",
      "collectors_delight_nullgr:lunar_pearl",
      null,
      "minecraft:heart_of_the_sea",
      null
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "collectors_delight_nullgr:chieftain_claw",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:heart_of_the_sea",
        "data": 0
      },
      {
        "slot": "D",
        "item": "collectors_delight_nullgr:lunar_pearl",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "collectors_delight_nullgr:pearly_claw",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "collectors_delight_nullgr:lunar_pearl",
        "rawId": "collectors_delight_nullgr:lunar_pearl",
        "aux": "undefined",
        "count": 1,
        "label": "月光珍珠",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lunar_pearl.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:lunar_pearl",
        "rawId": "collectors_delight_nullgr:lunar_pearl",
        "aux": "undefined",
        "count": 1,
        "label": "月光珍珠",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lunar_pearl.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:chieftain_claw",
        "rawId": "collectors_delight_nullgr:chieftain_claw",
        "aux": "undefined",
        "count": 1,
        "label": "酋长蟹钳",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/chieftain_claw.png",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:lunar_pearl",
        "rawId": "collectors_delight_nullgr:lunar_pearl",
        "aux": "undefined",
        "count": 1,
        "label": "月光珍珠",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lunar_pearl.png",
        "refType": "item"
      },
      {
        "id": "minecraft:heart_of_the_sea",
        "rawId": "minecraft:heart_of_the_sea",
        "aux": "undefined",
        "count": 1,
        "label": "heart of the sea",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:pearly_claw",
        "rawId": "collectors_delight_nullgr:pearly_claw",
        "aux": "undefined",
        "count": 1,
        "label": "珠光蟹钳",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/pearly_claw.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}