
配方expanded_delight_nullgr
巧克力曲奇配方
expanded_delight_nullgr:chocolate_cookie
有序合成,产出 expanded_delight_nullgr:chocolate_cookie, minecraft:bucket
概述
有序合成,产出 expanded_delight_nullgr:chocolate_cookie, minecraft:bucket
- 资料类型
- 配方
- 命名空间
- expanded_delight_nullgr
- 所属模组
- oq-bizuz-l
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:巧克力曲奇、bucket。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_OqBizuzL/netease_recipes/expanded_delight_nullgr_chocolate_cookie.json
- 条目 ID
- expanded_delight_nullgr:chocolate_cookie
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
wheat
cocoa_beans
wheat
cocoa_beans
milk_bucket
cocoa_beans
egg
sugar
egg
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 巧克力曲奇, bucket
- 产物预览
6bucket- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "expanded_delight_nullgr:chocolate_cookie",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:egg",
"minecraft:sugar",
"minecraft:wheat",
"minecraft:milk_bucket",
"minecraft:cocoa_beans"
],
"outputIds": [
"expanded_delight_nullgr:chocolate_cookie",
"minecraft:bucket"
],
"pattern": [
"CFC",
"FEF",
"IHI"
],
"grid": [
"minecraft:wheat",
"minecraft:cocoa_beans",
"minecraft:wheat",
"minecraft:cocoa_beans",
"minecraft:milk_bucket",
"minecraft:cocoa_beans",
"minecraft:egg",
"minecraft:sugar",
"minecraft:egg"
],
"ingredients": [
{
"slot": "I",
"item": "minecraft:egg",
"data": 0
},
{
"slot": "H",
"item": "minecraft:sugar",
"data": 0
},
{
"slot": "C",
"item": "minecraft:wheat",
"data": 0
},
{
"slot": "E",
"item": "minecraft:milk_bucket",
"data": 0
},
{
"slot": "F",
"item": "minecraft:cocoa_beans",
"data": 0
}
],
"results": [
{
"count": 6,
"item": "expanded_delight_nullgr:chocolate_cookie",
"data": 0
},
{
"count": 1,
"item": "minecraft:bucket",
"data": 0
}
],
"slots": [
{
"id": "minecraft:wheat",
"rawId": "minecraft:wheat",
"aux": "undefined",
"count": 1,
"label": "wheat",
"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:wheat",
"rawId": "minecraft:wheat",
"aux": "undefined",
"count": 1,
"label": "wheat",
"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:milk_bucket",
"rawId": "minecraft:milk_bucket",
"aux": "undefined",
"count": 1,
"label": "milk bucket",
"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:egg",
"rawId": "minecraft:egg",
"aux": "undefined",
"count": 1,
"label": "egg",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:egg",
"rawId": "minecraft:egg",
"aux": "undefined",
"count": 1,
"label": "egg",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "expanded_delight_nullgr:chocolate_cookie",
"rawId": "expanded_delight_nullgr:chocolate_cookie",
"aux": "undefined",
"count": 6,
"label": "巧克力曲奇",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_mE500O4g/textures/items/extend/chocolate_cookie.png",
"refType": "item"
},
{
"id": "minecraft:bucket",
"rawId": "minecraft:bucket",
"aux": "undefined",
"count": 1,
"label": "bucket",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}