返回上一级
配方coconut_delight_nullgr

椰子大炮配方

coconut_delight_nullgr:pao

有序合成,产出 coconut_delight_nullgr:pao

概述

有序合成,产出 coconut_delight_nullgr:pao

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:椰子大炮。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

椰子原木
椰子原木
flint
椰子原木
flint
类型
有序合成
布局
工作台 3x3
产出
椰子大炮
产物预览
椰子大炮
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "coconut_delight_nullgr:pao",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:gunpowder",
      "minecraft:flint",
      "coconut_delight_nullgr:coconut_log"
    ],
    "outputIds": [
      "coconut_delight_nullgr:pao"
    ],
    "pattern": [
      " D ",
      "DCD",
      " E "
    ],
    "grid": [
      null,
      "coconut_delight_nullgr:coconut_log",
      null,
      "coconut_delight_nullgr:coconut_log",
      "minecraft:gunpowder",
      "coconut_delight_nullgr:coconut_log",
      null,
      "minecraft:flint",
      null
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "minecraft:gunpowder",
        "data": 0
      },
      {
        "slot": "E",
        "item": "minecraft:flint",
        "data": 0
      },
      {
        "slot": "D",
        "item": "coconut_delight_nullgr:coconut_log"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "coconut_delight_nullgr:pao",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "coconut_delight_nullgr:coconut_log",
        "rawId": "coconut_delight_nullgr:coconut_log",
        "aux": "undefined",
        "count": 1,
        "label": "椰子原木",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_f0XbALjR/textures/blocks/coconut/coconut_log.png",
        "refType": "block"
      },
      {
        "id": "coconut_delight_nullgr:coconut_log",
        "rawId": "coconut_delight_nullgr:coconut_log",
        "aux": "undefined",
        "count": 1,
        "label": "椰子原木",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_f0XbALjR/textures/blocks/coconut/coconut_log.png",
        "refType": "block"
      },
      {
        "id": "minecraft:gunpowder",
        "rawId": "minecraft:gunpowder",
        "aux": "undefined",
        "count": 1,
        "label": "gunpowder",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "coconut_delight_nullgr:coconut_log",
        "rawId": "coconut_delight_nullgr:coconut_log",
        "aux": "undefined",
        "count": 1,
        "label": "椰子原木",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_f0XbALjR/textures/blocks/coconut/coconut_log.png",
        "refType": "block"
      },
      {
        "id": "minecraft:flint",
        "rawId": "minecraft:flint",
        "aux": "undefined",
        "count": 1,
        "label": "flint",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "coconut_delight_nullgr:pao",
        "rawId": "coconut_delight_nullgr:pao",
        "aux": "undefined",
        "count": 1,
        "label": "椰子大炮",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_f0XbALjR/textures/blocks/coconut/custom_brah.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}