
配方expanded_delight_nullgr
蔓越莓奶酪吐司配方
expanded_delight_nullgr:cranberry_goat_cheese_toast
有序合成,产出 expanded_delight_nullgr:cranberry_goat_cheese_toast
概述
有序合成,产出 expanded_delight_nullgr:cranberry_goat_cheese_toast
- 资料类型
- 配方
- 命名空间
- expanded_delight_nullgr
- 所属模组
- oq-bizuz-l
- 关联资料
- 2 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:蔓越莓奶酪吐司。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_OqBizuzL/netease_recipes/expanded_delight_nullgr_cranberry_goat_cheese_toast.json
- 条目 ID
- expanded_delight_nullgr:cranberry_goat_cheese_toast
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
bread

- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 蔓越莓奶酪吐司
- 产物预览
2- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "expanded_delight_nullgr:cranberry_goat_cheese_toast",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:bread",
"expanded_delight_nullgr:cranberries"
],
"outputIds": [
"expanded_delight_nullgr:cranberry_goat_cheese_toast"
],
"pattern": [
"ACB"
],
"grid": [
"minecraft:bread",
"expanded_delight_nullgr:cranberries",
null
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:bread"
},
{
"slot": "C",
"item": "expanded_delight_nullgr:cranberries"
},
{
"slot": "B",
"tag": "cheese"
}
],
"results": [
{
"count": 2,
"item": "expanded_delight_nullgr:cranberry_goat_cheese_toast"
}
],
"slots": [
{
"id": "minecraft:bread",
"rawId": "minecraft:bread",
"aux": "undefined",
"count": 1,
"label": "bread",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "expanded_delight_nullgr:cranberries",
"rawId": "expanded_delight_nullgr:cranberries",
"aux": "undefined",
"count": 1,
"label": "蔓越莓",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_mE500O4g/textures/items/extend/cranberries.png",
"refType": "item"
}
],
"outputs": [
{
"id": "expanded_delight_nullgr:cranberry_goat_cheese_toast",
"rawId": "expanded_delight_nullgr:cranberry_goat_cheese_toast",
"aux": "undefined",
"count": 2,
"label": "蔓越莓奶酪吐司",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_mE500O4g/textures/items/extend/cranberry_goat_cheese_toast.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}