
配方immersive_cooking
咖喱底配方
immersive_cooking:curry_base
有序合成,产出 immersive_cooking:curry_base
概述
有序合成,产出 immersive_cooking:curry_base
- 资料类型
- 配方
- 命名空间
- immersive_cooking
- 所属模组
- t-xs9kji5
- 关联资料
- 3 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:咖喱底。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_tXS9Kji5/netease_recipes/immersive_cooking_curry_base.json
- 条目 ID
- immersive_cooking:curry_base
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
carrot


bowl
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 咖喱底
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "immersive_cooking:curry_base",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:carrot",
"immersive_cooking:potato_cubes",
"immersive_cooking:diced_onion",
"minecraft:bowl"
],
"outputIds": [
"immersive_cooking:curry_base"
],
"pattern": [
"ABC",
" D "
],
"grid": [
"minecraft:carrot",
"immersive_cooking:potato_cubes",
"immersive_cooking:diced_onion",
null,
"minecraft:bowl",
null
],
"ingredients": [
{
"slot": "A",
"data": 0,
"item": "minecraft:carrot"
},
{
"slot": "B",
"data": 0,
"item": "immersive_cooking:potato_cubes"
},
{
"slot": "C",
"data": 0,
"item": "immersive_cooking:diced_onion"
},
{
"slot": "D",
"data": 0,
"item": "minecraft:bowl"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "immersive_cooking:curry_base"
}
],
"slots": [
{
"id": "minecraft:carrot",
"rawId": "minecraft:carrot",
"aux": "undefined",
"count": 1,
"label": "carrot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "immersive_cooking:potato_cubes",
"rawId": "immersive_cooking:potato_cubes",
"aux": "undefined",
"count": 1,
"label": "生薯丁",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_jjCsL2ZI/textures/items/cj/potato_cubes.png",
"refType": "item"
},
{
"id": "immersive_cooking:diced_onion",
"rawId": "immersive_cooking:diced_onion",
"aux": "undefined",
"count": 1,
"label": "洋葱丁",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_jjCsL2ZI/textures/items/cj/diced_onion.png",
"refType": "item"
},
{
"id": "minecraft:bowl",
"rawId": "minecraft:bowl",
"aux": "undefined",
"count": 1,
"label": "bowl",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "immersive_cooking:curry_base",
"rawId": "immersive_cooking:curry_base",
"aux": "undefined",
"count": 1,
"label": "咖喱底",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_jjCsL2ZI/textures/items/cj/curry_base.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}