配方winemaking_delight
发酵桶配方
winemaking_delight:keg
有序合成,产出 winemaking_delight:keg
概述
有序合成,产出 winemaking_delight:keg
- 资料类型
- 配方
- 命名空间
- winemaking_delight
- 所属模组
- lp18g-r25
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:发酵桶。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_lp18gR25/netease_recipes/winemaking_delight_keg.json
- 条目 ID
- winemaking_delight:keg
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
iron_ingot
planks
iron_ingot
iron_ingot
honeycomb
iron_ingot
planks
planks
planks
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 发酵桶
- 产物预览
- keg
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "winemaking_delight:keg",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:iron_ingot",
"minecraft:honeycomb",
"minecraft:planks"
],
"outputIds": [
"winemaking_delight:keg"
],
"pattern": [
"ipi",
"ihi",
"ppp"
],
"grid": [
"minecraft:iron_ingot",
"minecraft:planks",
"minecraft:iron_ingot",
"minecraft:iron_ingot",
"minecraft:honeycomb",
"minecraft:iron_ingot",
"minecraft:planks",
"minecraft:planks",
"minecraft:planks"
],
"ingredients": [
{
"slot": "i",
"item": "minecraft:iron_ingot"
},
{
"slot": "h",
"item": "minecraft:honeycomb"
},
{
"slot": "p",
"item": "minecraft:planks"
}
],
"results": [
{
"count": 1,
"item": "winemaking_delight:keg",
"data": 0
}
],
"slots": [
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"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:honeycomb",
"rawId": "minecraft:honeycomb",
"aux": "undefined",
"count": 1,
"label": "honeycomb",
"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: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": "winemaking_delight:keg",
"rawId": "winemaking_delight:keg",
"aux": "undefined",
"count": 1,
"label": "发酵桶",
"iconUrl": "undefined",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}