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

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "farmer_delight_nullgr:stove",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:brick_block",
"minecraft:iron_ingot",
"minecraft:campfire"
],
"outputIds": [
"farmer_delight_nullgr:stove_on"
],
"pattern": [
"CCC",
"H H",
"HGH"
],
"grid": [
"minecraft:iron_ingot",
"minecraft:iron_ingot",
"minecraft:iron_ingot",
"minecraft:brick_block",
null,
"minecraft:brick_block",
"minecraft:brick_block",
"minecraft:campfire",
"minecraft:brick_block"
],
"ingredients": [
{
"slot": "H",
"item": "minecraft:brick_block"
},
{
"slot": "C",
"item": "minecraft:iron_ingot",
"data": 0
},
{
"slot": "G",
"item": "minecraft:campfire"
}
],
"results": [
{
"count": 1,
"item": "farmer_delight_nullgr:stove_on",
"data": 0
}
],
"slots": [
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:brick_block",
"rawId": "minecraft:brick_block",
"aux": "undefined",
"count": 1,
"label": "brick block",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:brick_block",
"rawId": "minecraft:brick_block",
"aux": "undefined",
"count": 1,
"label": "brick block",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:brick_block",
"rawId": "minecraft:brick_block",
"aux": "undefined",
"count": 1,
"label": "brick block",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:campfire",
"rawId": "minecraft:campfire",
"aux": "undefined",
"count": 1,
"label": "campfire",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:brick_block",
"rawId": "minecraft:brick_block",
"aux": "undefined",
"count": 1,
"label": "brick block",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "farmer_delight_nullgr:stove_on",
"rawId": "farmer_delight_nullgr:stove_on",
"aux": "undefined",
"count": 1,
"label": "炉灶",
"iconUrl": "/api/assets/farmer-delight-nullgr/FarmerDelight_NullGr_RP/textures/blocks/famerdelight/stove_bottom.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}