
配方bakingdelight_nullgr
生洋葱圈配方
bakingdelight_nullgr:raw_onion_ring
有序合成,产出 bakingdelight_nullgr:raw_onion_ring
概述
有序合成,产出 bakingdelight_nullgr:raw_onion_ring
- 资料类型
- 配方
- 命名空间
- bakingdelight_nullgr
- 所属模组
- baking-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:生洋葱圈。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- BakingDelight_BP/netease_recipes/bakingdelight_nullgr_raw_onion_ring.json
- 条目 ID
- bakingdelight_nullgr:raw_onion_ring
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
chicken
chicken
onion
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 生洋葱圈
- 产物预览
6- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "bakingdelight_nullgr:raw_onion_ring",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"farmer_delight_nullgr:onion",
"minecraft:chicken"
],
"outputIds": [
"bakingdelight_nullgr:raw_onion_ring"
],
"pattern": [
"BBC"
],
"grid": [
"minecraft:chicken",
"minecraft:chicken",
"farmer_delight_nullgr:onion"
],
"ingredients": [
{
"slot": "C",
"item": "farmer_delight_nullgr:onion",
"data": 0
},
{
"slot": "B",
"item": "minecraft:chicken",
"data": 0
}
],
"results": [
{
"count": 6,
"item": "bakingdelight_nullgr:raw_onion_ring",
"data": 0
}
],
"slots": [
{
"id": "minecraft:chicken",
"rawId": "minecraft:chicken",
"aux": "undefined",
"count": 1,
"label": "chicken",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chicken",
"rawId": "minecraft:chicken",
"aux": "undefined",
"count": 1,
"label": "chicken",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:onion",
"rawId": "farmer_delight_nullgr:onion",
"aux": "undefined",
"count": 1,
"label": "onion",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "bakingdelight_nullgr:raw_onion_ring",
"rawId": "bakingdelight_nullgr:raw_onion_ring",
"aux": "undefined",
"count": 6,
"label": "生洋葱圈",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/raw_onion_ring.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}