返回上一级
红石升级-最小值配方
配方drawers_nullgr

红石升级-最小值配方

drawers_nullgr:upgrade_redstone_min

有序合成,产出 drawers_nullgr:upgrade_redstone_min

概述

有序合成,产出 drawers_nullgr:upgrade_redstone_min

资料类型
配方
命名空间
drawers_nullgr
所属模组
drawer-mod-null-gr
关联资料
1 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:红石升级-最小值。
  • 布局:工作台 3x3。

关联知识

数据来源

来源文件
drawer-mod-nullgr/DrawerModNullGr_BP/netease_recipes/drawers_nullgr_upgrade_redstone_min.json
条目 ID
drawers_nullgr:upgrade_redstone_min
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

stick
stick
stick
stick
升级模板
stick
redstone
redstone
redstone
类型
有序合成
布局
工作台 3x3
产出
红石升级-最小值
产物预览
红石升级-最小值
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "drawers_nullgr:upgrade_redstone_min",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "drawers_nullgr:upgrade_template",
      "minecraft:redstone",
      "minecraft:stick"
    ],
    "outputIds": [
      "drawers_nullgr:upgrade_redstone_min"
    ],
    "pattern": [
      "III",
      "IEI",
      "RRR"
    ],
    "grid": [
      "minecraft:stick",
      "minecraft:stick",
      "minecraft:stick",
      "minecraft:stick",
      "drawers_nullgr:upgrade_template",
      "minecraft:stick",
      "minecraft:redstone",
      "minecraft:redstone",
      "minecraft:redstone"
    ],
    "ingredients": [
      {
        "slot": "E",
        "item": "drawers_nullgr:upgrade_template"
      },
      {
        "slot": "R",
        "item": "minecraft:redstone"
      },
      {
        "slot": "I",
        "item": "minecraft:stick"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "drawers_nullgr:upgrade_redstone_min"
      }
    ],
    "slots": [
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "drawers_nullgr:upgrade_template",
        "rawId": "drawers_nullgr:upgrade_template",
        "aux": "undefined",
        "count": 1,
        "label": "升级模板",
        "iconUrl": "/api/assets/drawer-mod-nullgr/DrawerModNullGr_RP/textures/items/drawers_nullgr/upgrade_template.png",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:redstone",
        "rawId": "minecraft:redstone",
        "aux": "undefined",
        "count": 1,
        "label": "redstone",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:redstone",
        "rawId": "minecraft:redstone",
        "aux": "undefined",
        "count": 1,
        "label": "redstone",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:redstone",
        "rawId": "minecraft:redstone",
        "aux": "undefined",
        "count": 1,
        "label": "redstone",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "drawers_nullgr:upgrade_redstone_min",
        "rawId": "drawers_nullgr:upgrade_redstone_min",
        "aux": "undefined",
        "count": 1,
        "label": "红石升级-最小值",
        "iconUrl": "/api/assets/drawer-mod-nullgr/DrawerModNullGr_RP/textures/items/drawers_nullgr/upgrade_redstone_min.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}