
配方bakingdelight_nullgr
巧克力酱配方
bakingdelight_nullgr:chocolate_sauce
有序合成,产出 bakingdelight_nullgr:chocolate_sauce
概述
有序合成,产出 bakingdelight_nullgr:chocolate_sauce
- 资料类型
- 配方
- 命名空间
- bakingdelight_nullgr
- 所属模组
- baking-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:巧克力酱。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- BakingDelight_BP/netease_recipes/bakingdelight_nullgr_chocolate_sauce.json
- 条目 ID
- bakingdelight_nullgr:chocolate_sauce
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
cocoa_beans
cocoa_beans
sugar
potion
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 巧克力酱
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "bakingdelight_nullgr:chocolate_sauce",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:sugar",
"minecraft:cocoa_beans",
"minecraft:potion"
],
"outputIds": [
"bakingdelight_nullgr:chocolate_sauce"
],
"pattern": [
"BBC",
"D "
],
"grid": [
"minecraft:cocoa_beans",
"minecraft:cocoa_beans",
"minecraft:sugar",
"minecraft:potion",
null,
null
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:sugar",
"data": 0
},
{
"slot": "B",
"item": "minecraft:cocoa_beans",
"data": 0
},
{
"slot": "D",
"item": "minecraft:potion",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "bakingdelight_nullgr:chocolate_sauce",
"data": 0
}
],
"slots": [
{
"id": "minecraft:cocoa_beans",
"rawId": "minecraft:cocoa_beans",
"aux": "undefined",
"count": 1,
"label": "cocoa beans",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:cocoa_beans",
"rawId": "minecraft:cocoa_beans",
"aux": "undefined",
"count": 1,
"label": "cocoa beans",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:potion",
"rawId": "minecraft:potion",
"aux": "undefined",
"count": 1,
"label": "potion",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "bakingdelight_nullgr:chocolate_sauce",
"rawId": "bakingdelight_nullgr:chocolate_sauce",
"aux": "undefined",
"count": 1,
"label": "巧克力酱",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/chocolate_sauce.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}