配方exquisite_kitchen_nullgr
厨房灶台配方
exquisite_kitchen_nullgr:stove
有序合成,产出 exquisite_kitchen_nullgr:str_kitchen_stove_on
概述
有序合成,产出 exquisite_kitchen_nullgr:str_kitchen_stove_on
- 资料类型
- 配方
- 命名空间
- exquisite_kitchen_nullgr
- 所属模组
- mmcooking
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:厨房灶台。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- MMCooking_BP/netease_recipes/exquisite_kitchen_nullgr_stove.json
- 条目 ID
- exquisite_kitchen_nullgr:stove
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
polished_deepslate_slab
polished_deepslate_slab
polished_deepslate_slab
cobblestone
cobblestone
campfire
cobblestone
cobblestone
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 厨房灶台
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "exquisite_kitchen_nullgr:stove",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:cobblestone",
"minecraft:polished_deepslate_slab",
"minecraft:campfire"
],
"outputIds": [
"exquisite_kitchen_nullgr:str_kitchen_stove_on"
],
"pattern": [
"CCC",
"H H",
"HGH"
],
"grid": [
"minecraft:polished_deepslate_slab",
"minecraft:polished_deepslate_slab",
"minecraft:polished_deepslate_slab",
"minecraft:cobblestone",
null,
"minecraft:cobblestone",
"minecraft:cobblestone",
"minecraft:campfire",
"minecraft:cobblestone"
],
"ingredients": [
{
"slot": "H",
"item": "minecraft:cobblestone"
},
{
"slot": "C",
"item": "minecraft:polished_deepslate_slab",
"data": 0
},
{
"slot": "G",
"item": "minecraft:campfire"
}
],
"results": [
{
"count": 1,
"item": "exquisite_kitchen_nullgr:str_kitchen_stove_on",
"data": 0
}
],
"slots": [
{
"id": "minecraft:polished_deepslate_slab",
"rawId": "minecraft:polished_deepslate_slab",
"aux": "undefined",
"count": 1,
"label": "polished deepslate slab",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:polished_deepslate_slab",
"rawId": "minecraft:polished_deepslate_slab",
"aux": "undefined",
"count": 1,
"label": "polished deepslate slab",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:polished_deepslate_slab",
"rawId": "minecraft:polished_deepslate_slab",
"aux": "undefined",
"count": 1,
"label": "polished deepslate slab",
"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:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:campfire",
"rawId": "minecraft:campfire",
"aux": "undefined",
"count": 1,
"label": "campfire",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cobblestone",
"rawId": "minecraft:cobblestone",
"aux": "undefined",
"count": 1,
"label": "cobblestone",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "exquisite_kitchen_nullgr:str_kitchen_stove_on",
"rawId": "exquisite_kitchen_nullgr:str_kitchen_stove_on",
"aux": "undefined",
"count": 1,
"label": "厨房灶台",
"iconUrl": "/api/assets/local-farmer-delight-46in1/MMCooking_RP/textures/blocks/mmcooking/custom_brah.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}