配方drawers_nullgr
压缩抽屉配方
drawers_nullgr:drawers_compacting_recipe
有序合成,产出 drawers_nullgr:drawers_compacting
概述
有序合成,产出 drawers_nullgr:drawers_compacting
- 资料类型
- 配方
- 命名空间
- drawers_nullgr
- 所属模组
- drawer-mod-null-gr
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:压缩抽屉。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- drawer-mod-nullgr/DrawerModNullGr_BP/netease_recipes/drawers_compacting_recipe.json
- 条目 ID
- drawers_nullgr:drawers_compacting_recipe
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
planks
crafting_table
planks
planks
planks
planks
planks
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 压缩抽屉
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "drawers_nullgr:drawers_compacting_recipe",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:chest",
"minecraft:crafting_table",
"minecraft:planks"
],
"outputIds": [
"drawers_nullgr:drawers_compacting"
],
"pattern": [
"PCP",
" D ",
"PPP"
],
"grid": [
"minecraft:planks",
"minecraft:crafting_table",
"minecraft:planks",
null,
"minecraft:chest",
null,
"minecraft:planks",
"minecraft:planks",
"minecraft:planks"
],
"ingredients": [
{
"slot": "D",
"item": "minecraft:chest"
},
{
"slot": "C",
"item": "minecraft:crafting_table"
},
{
"slot": "P",
"item": "minecraft:planks"
}
],
"results": [
{
"count": 1,
"item": "drawers_nullgr:drawers_compacting"
}
],
"slots": [
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:crafting_table",
"rawId": "minecraft:crafting_table",
"aux": "undefined",
"count": 1,
"label": "crafting table",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chest",
"rawId": "minecraft:chest",
"aux": "undefined",
"count": 1,
"label": "chest",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "drawers_nullgr:drawers_compacting",
"rawId": "drawers_nullgr:drawers_compacting",
"aux": "undefined",
"count": 1,
"label": "压缩抽屉",
"iconUrl": "/api/assets/drawer-mod-nullgr/DrawerModNullGr_RP/textures/blocks/drawers_nullgr/drawers_comp_side.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}