配方drawers_nullgr
drawers controller配方
drawers_nullgr:drawers_controller
有序合成,产出 drawers_nullgr:drawers_controller
概述
有序合成,产出 drawers_nullgr:drawers_controller
- 资料类型
- 配方
- 命名空间
- drawers_nullgr
- 所属模组
- a84781c9
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:drawers controller。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- drawer-mod-nullgr/behavior_pack_a84781c9/netease_recipes/drawers_nullgr_drawers_controller.json
- 条目 ID
- drawers_nullgr:drawers_controller
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
cobblestone
cobblestone
cobblestone
comparator
redstone_block
comparator
cobblestone
diamond
cobblestone
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- drawers controller
- 产物预览
- drawers_controller
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "drawers_nullgr:drawers_controller",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:redstone_block",
"minecraft:comparator",
"minecraft:diamond",
"minecraft:cobblestone"
],
"outputIds": [
"drawers_nullgr:drawers_controller"
],
"pattern": [
"III",
"FEF",
"IHI"
],
"grid": [
"minecraft:cobblestone",
"minecraft:cobblestone",
"minecraft:cobblestone",
"minecraft:comparator",
"minecraft:redstone_block",
"minecraft:comparator",
"minecraft:cobblestone",
"minecraft:diamond",
"minecraft:cobblestone"
],
"ingredients": [
{
"slot": "E",
"data": 0,
"item": "minecraft:redstone_block"
},
{
"slot": "F",
"data": 0,
"item": "minecraft:comparator"
},
{
"slot": "H",
"data": 0,
"item": "minecraft:diamond"
},
{
"slot": "I",
"data": 0,
"item": "minecraft:cobblestone"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "drawers_nullgr:drawers_controller"
}
],
"slots": [
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:comparator",
"rawId": "minecraft:comparator",
"aux": "undefined",
"count": 1,
"label": "comparator",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:redstone_block",
"rawId": "minecraft:redstone_block",
"aux": "undefined",
"count": 1,
"label": "redstone block",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:comparator",
"rawId": "minecraft:comparator",
"aux": "undefined",
"count": 1,
"label": "comparator",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:diamond",
"rawId": "minecraft:diamond",
"aux": "undefined",
"count": 1,
"label": "diamond",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "drawers_nullgr:drawers_controller",
"rawId": "drawers_nullgr:drawers_controller",
"aux": "undefined",
"count": 1,
"label": "drawers controller",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}